-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
46 lines (46 loc) · 1.2 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
{
"name": "@nodesecure/tree-walker",
"version": "1.1.0",
"description": "NodeSecure tree walker",
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc -b",
"prepublishOnly": "npm run build",
"test-only": "glob -c \"tsx --test\" \"./test/**/*.spec.ts\"",
"test": "c8 -r html npm run test-only"
},
"files": [
"dist"
],
"keywords": [
"NodeSecure",
"tree",
"walker"
],
"author": "GENTILHOMME Thomas <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/NodeSecure/scanner.git"
},
"bugs": {
"url": "https://github.com/NodeSecure/scanner/issues"
},
"homepage": "https://github.com/NodeSecure/tree/master/workspaces/tree-walker#readme",
"dependencies": {
"@nodesecure/js-x-ray": "^7.3.0",
"@nodesecure/npm-registry-sdk": "^3.0.0",
"@nodesecure/npm-types": "^1.1.0",
"@npmcli/arborist": "^7.5.1",
"combine-async-iterators": "^3.0.0",
"itertools": "^2.3.1",
"npm-pick-manifest": "^9.1.0",
"pacote": "^18.0.4",
"semver": "^7.6.0"
},
"devDependencies": {
"@types/npmcli__arborist": "^5.6.9"
}
}