-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 940 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
{
"name": "ttpg-scripts",
"version": "1.5.0",
"description": "",
"bin": {
"ttpg-scripts": "./bin/index.js"
},
"scripts": {
"build": "tsc",
"clean": "rm -rf ./bin/"
},
"keywords": [],
"author": "",
"license": "UNLICENSE",
"devDependencies": {
"@types/archiver": "^6.0.2",
"@types/cross-spawn": "^6.0.6",
"@types/klaw-sync": "^6.0.5",
"@types/node": "^20.10.6",
"@types/uuid": "^9.0.7"
},
"dependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"archiver": "^6.0.1",
"chokidar": "^3.5.3",
"colorette": "^2.0.20",
"cross-spawn": "^7.0.3",
"fast-glob": "^3.3.2",
"klaw-sync": "^6.0.0",
"rollup": "^4.9.3",
"typescript": "^5.3.3",
"uuid": "^9.0.1"
}
}