-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.26 KB
/
package.json
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
45
46
47
{
"name": "@emeraldpay/paranoid-js",
"description": "Check dependencies to ensure there is no too recent updates",
"version": "1.1.0",
"license": "Apache-2.0",
"contributors": [
"Sergei Novikov",
"Emerald Team"
],
"bin": {
"paranoid": "app/index.js"
},
"scripts": {
"build": "tsc -b",
"prepack": "npm run build",
"start": "node app/index.js"
},
"dependencies": {
"@npmcli/arborist": "^6.1.3",
"@npmcli/metavuln-calculator": "^5.0.0",
"@yarnpkg/parsers": "^2.5.1",
"commander": "^9.4.1",
"jsonschema": "^1.4.1",
"luxon": "^3.1.0",
"npm-registry-fetch": "^14.0.2",
"pacote": "^15.0.6",
"semver": "^7.3.8",
"winston": "^3.8.2"
},
"devDependencies": {
"@types/luxon": "^3.1.0",
"@types/node": "18.11.9",
"@types/npm": "^7.19.0",
"@types/pacote": "^11.1.5",
"@types/semver": "^7.3.13",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-unicorn": "^45.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.8.0",
"typescript": "^4.9.3"
}
}