-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
56 lines (56 loc) · 1.39 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
48
49
50
51
52
53
54
55
56
{
"name": "@sandworm/audit",
"version": "1.56.1",
"description": "Security & License Compliance For Your App's Dependencies 🪱",
"main": "src/index.js",
"bin": {
"sandworm-audit": "src/cli/index.js",
"sandworm": "src/cli/index.js"
},
"scripts": {
"lint": "yarn eslint ./src/",
"prepare": "husky install"
},
"engines": {
"node": ">=14.19.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sandworm-hq/sandworm-audit.git"
},
"keywords": [
"security",
"audit",
"dependencies"
],
"author": "Sandworm <[email protected]>",
"license": "MIT",
"homepage": "https://sandworm.dev",
"dependencies": {
"@pnpm/lockfile-file": "7.0.5",
"@pnpm/logger": "5.0.0",
"@sandworm/utils": "1.16.0",
"@yarnpkg/lockfile": "1.1.0",
"@yarnpkg/parsers": "3.0.0-rc.39",
"d3-node": "3.0.0",
"fast-glob": "^3.3.1",
"ini": "^4.0.0",
"js-yaml": "^4.1.0",
"node-fetch": "^3.3.1",
"ora": "6.1.2",
"prompts": "^2.4.2",
"semver": "7.5.2",
"yargs": "17.6.0"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"eslint": "^8.24.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.0",
"prettier": "^2.7.1"
}
}