-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1011 Bytes
/
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
{
"name": "is-my-node-supply-chain-secure",
"version": "0.0.2",
"description": "Scans your computer for node modules that are potentially vulnerable to supply chain attacks. You still need to review the code of modules that are not vulnerable, but this helps.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"supplychain",
"supply",
"chain",
"attack",
"scan",
"secure",
"is",
"my",
"supply",
"chain",
"node"
],
"author": "Brandon Nozaki Miller",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/RIAEvangelist/is-my-node-supply-chain-secure.git"
},
"bugs": {
"url": "https://github.com/RIAEvangelist/is-my-node-supply-chain-secure/issues"
},
"homepage": "https://github.com/RIAEvangelist/is-my-node-supply-chain-secure#readme",
"dependencies": {
"nozaki-colors": "^1.0.1",
"strong-type": "^1.1.0"
}
}