-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
37 lines (37 loc) · 1014 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": "@dao-dao/dispatch",
"version": "2.6.0-rc.1",
"license": "BSD-3-Clause-Clear",
"private": true,
"scripts": {
"format": "eslint . --fix",
"lint": "eslint .",
"deploy": "tsx ./scripts/deploy/run.ts",
"polytone": "tsx ./scripts/polytone/run.ts"
},
"devDependencies": {
"@confio/relayer": "^0.12.0",
"@dao-dao/config": "2.6.0-rc.1",
"@dao-dao/state": "2.6.0-rc.1",
"@dao-dao/types": "2.6.0-rc.1",
"@dao-dao/utils": "2.6.0-rc.1",
"@types/proper-lockfile": "^4.1.4",
"chalk": "^4",
"commander": "^11.0.0",
"dotenv": "^16.4.5",
"eslint": "^8.23.1",
"sinon": "^18.0.0",
"toml": "^3.0.0",
"tsx": "^4.19.0",
"typescript": "5.3.3"
},
"prettier": "@dao-dao/config/prettier",
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.32.3",
"@cosmjs/crypto": "^0.32.3",
"@cosmjs/proto-signing": "^0.32.3",
"@cosmjs/stargate": "^0.32.3",
"@cosmjs/tendermint-rpc": "^0.32.3",
"proper-lockfile": "^4.1.2"
}
}