-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.11 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
{
"name": "root",
"private": "true",
"license": "MIT",
"scripts": {
"postinstall": "patch-package",
"build": "lerna run build --parallel",
"deploy": "yarn publish --access public --patch",
"docs": "typedoc --entryPointStrategy expand --name 'Balance Monitoring SDK' --readme none --tsconfig packages/contracts-sdk/tsconfig.json packages/contracts-sdk/src"
},
"workspaces": [
"packages/*"
],
"engines": {
"node": ">=16"
},
"dependencies": {
"@cosmjs/amino": "^0.31.0",
"@cosmjs/cosmwasm-stargate": "^0.31.0",
"@cosmjs/crypto": "^0.31.0",
"@cosmjs/proto-signing": "^0.31.0",
"@cosmjs/stargate": "^0.31.0"
},
"devDependencies": {
"@types/node": "^18.15.8",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"eslint": "^8.51.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-security": "^1.7.1",
"lerna": "^5.6.1",
"patch-package": "^7.0.0",
"ts-node": "^10.9.1",
"typedoc": "^0.24.7",
"typescript": "^5.2.2"
},
"version": "1.0.1"
}