-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.29 KB
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
47
{
"name": "@drewpackages/cli",
"version": "0.6.4",
"description": "",
"main": "src/index.ts",
"type": "module",
"scripts": {
"testton": "ts-node-esm src/index.ts deploy-ton drinkius/tonfaucet --params \"{\"name\": \"Test Token\", \"symbol\": \"TT\", \"totalSupply\": 100000000000000 }\" --dryRun",
"test": "echo \"Error: no test specified\" && exit 1",
"cli": "ts-node-esm src/index.ts",
"build": "rollup -c"
},
"bin": {
"drew": "bin/drew.js"
},
"files": [
"!src"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/docker-modem": "^3.0.6",
"@types/dockerode": "^3.3.29",
"@types/fs-extra": "^11.0.4",
"@types/prompts": "^2.4.9",
"module": "^1.2.5",
"rollup": "^4.18.0",
"rollup-plugin-add-shebang": "^0.3.1",
"ts-node": "^10.9.2",
"zod": "^3.23.8"
},
"dependencies": {
"@drewpackages/engine": "^0.3.1",
"@drewpackages/host-common": "^1.0.1",
"commander": "^12.1.0",
"dockerode": "^4.0.2",
"fs-extra": "^11.2.0",
"memory-streams": "^0.1.3",
"prompts": "^2.4.2",
"simple-git": "^3.22.0",
"ssh2": "^1.15.0"
}
}