-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
36 lines (36 loc) · 1010 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": "treasury-delegations",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/e-money/treasury-delegations.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/e-money/treasury-delegations/issues"
},
"homepage": "https://github.com/e-money/treasury-delegations#readme",
"dependencies": {
"@cosmjs/encoding": "^0.26.1",
"@cosmjs/proto-signing": "^0.26.1",
"@cosmjs/stargate": "^0.26.1",
"@cosmjs/tendermint-rpc": "^0.26.1",
"eslint": "^8.6.0",
"mathjs": "^10.0.2",
"typescript": "^4.3.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0"
}
}