This repository was archived by the owner on Apr 16, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "gnib-checker",
"version": "1.0.5",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"start": "npm run build && ts-node ./bin/init",
"build": "rm -fr dist && tsc",
"prepublish": "npm run build && ./node_modules/npm-auto-version/bin/npm-auto-version",
"postpublish": "git add package.json && git commit -am \"update package version\" && git push && git push origin --tags",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"bin": {
"gnib-checker": "./bin/init.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ricardodantas/gnib-checker.git"
},
"engine": "node >= 6.10.3",
"author": "Ricardo Dantas <ricardodantas@gmail.com>",
"license": "ISC",
"dependencies": {
"@types/jasmine": "^2.6.0",
"@types/node": "~6.0.46",
"dotenv": "^4.0.0",
"firstline": "^1.2.1",
"gnib-ireland-client": "^1.0.29",
"moment": "^2.19.1",
"node-notifier": "^5.1.2",
"prepend": "^1.0.2",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"snyk": "^1.192.0"
},
"devDependencies": {
"npm-auto-version": "^1.0.0",
"ts-node": "^8.0.2",
"typescript": "^3.3.1"
},
"snyk": true
}