-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 920 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
38
39
{
"name": "dpacker",
"version": "1.3.0",
"main": "dist/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/meguminsama/dpacker"
},
"scripts": {
"start": "tsc && node ./dist/index.js",
"build": "tsc"
},
"bin": {
"dpacker": "./dist/index.js"
},
"dependencies": {
"acorn": "^8.8.0",
"assert": "^2.0.0",
"astring": "^1.8.1",
"chalk": "^5.0.1",
"command-line-args": "^5.2.1",
"command-line-usage": "^6.1.2",
"js-beautify": "^1.14.0",
"multisplice": "^1.0.0",
"rimraf": "^3.0.2",
"scope-analyzer": "^2.1.2"
},
"devDependencies": {
"@types/command-line-args": "^5.2.0",
"@types/command-line-usage": "^5.0.2",
"@types/estree": "^0.0.51",
"@types/js-beautify": "^1.13.3",
"@types/node": "^16.4.7",
"@types/rimraf": "^3.0.2",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
}
}