-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
37 lines (37 loc) · 914 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
{
"name": "no-bad-chihuahua",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "yarn ts-node src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"@cosmjs/amino": "^0.26.0",
"@cosmjs/proto-signing": "^0.26.4",
"@cosmjs/stargate": "^0.26.4",
"axios": "^0.24.0",
"bip32": "^2.0.6",
"bip39": "^3.0.4",
"bn.js": "^5.2.0",
"cosmjs-types": "^0.3.0",
"figlet": "^1.5.2",
"inquirer": "^8.2.0",
"inversify": "^6.0.1",
"kleur": "^4.1.4",
"node-jose": "^2.0.0",
"node-schedule": "^2.1.0",
"reflect-metadata": "^0.1.13",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/figlet": "^1.5.4",
"@types/inquirer": "^8.1.3",
"@types/node-schedule": "^1.3.2"
}
}