-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 630 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 630 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "rbn-pal",
"version": "0.3.1",
"description": "A set of utilities for reversebeacon.net",
"scripts": {
"build": "tsc && npm run copy-deps",
"copy-deps": "node scripts/copy-deps.js",
"package": "node scripts/package.js",
"watch": "tsc --watch",
"clean": "rimraf dist"
},
"devDependencies": {
"@types/chrome": "^0.1.38",
"@types/node": "^25.5.2",
"@types/plotly.js": "^3.0.10",
"archiver": "^7.0.1",
"rimraf": "^6.1.3",
"typescript": "^6.0.2"
},
"dependencies": {
"plotly.js": "^3.4.0"
}
}