-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.14 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
{
"name": "cafe-tui",
"version": "0.38.0",
"description": "",
"main": "dist/index.js",
"bin": {
"cafe-tui": "./dist/index.js"
},
"scripts": {
"start": "ts-node src/index.ts",
"prepare": "npm run build",
"build": "rimraf dist && tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/big.js": "^6.1.6",
"@types/inquirer": "^8",
"@types/js-yaml": "^4.0.5",
"@types/koa": "^2.13.5",
"@types/koa__router": "^12.0.0",
"@types/koa-bodyparser": "^4.3.8",
"@types/node": "^18.7.13",
"rimraf": "^3.0.2",
"typescript": "^4.1.3"
},
"dependencies": {
"@koa/router": "^12.0.0",
"@types/adm-zip": "^0.5.0",
"adm-zip": "^0.5.9",
"axios": "^0.27.2",
"big.js": "^6.2.1",
"cafe-args": "^2.3.1",
"cafe-node-utility": "^1.0.0",
"cafe-utility": "^6.3.0",
"chalk": "^4.1.2",
"ethers": "^5.7.2",
"inquirer": "^8",
"js-yaml": "^4.1.0",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0"
}
}