-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
80 lines (80 loc) · 2.69 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "root",
"private": "true",
"license": "MIT",
"type": "module",
"scripts": {
"postinstall": "patch-package",
"test": "yarn build:test && vitest run --silent=false --coverage --no-file-parallelism --no-isolate --pool=threads",
"docs": "typedoc --entryPointStrategy expand --name 'Oraidex SDK' --readme none --tsconfig packages/contracts-sdk/tsconfig.json packages/contracts-sdk/src",
"clean": "lerna clean --yes && lerna exec -- rimraf build/ dist/ cache/ && nx reset",
"build": "lerna run build --concurrency 1",
"build:test": "lerna run build:test --concurrency 1",
"build-tsc": "tsc -p",
"deploy": "yarn publish --access public",
"deploy:beta": "yarn publish --access public --tag beta",
"prepare": "husky install",
"build:docker": "lerna run build --concurrency 1"
},
"workspaces": [
"packages/*"
],
"engines": {
"node": ">=18.18.0"
},
"dependencies": {
"@cosmjs/amino": "^0.32.4",
"@cosmjs/cosmwasm-stargate": "^0.32.4",
"@cosmjs/crypto": "^0.32.4",
"@cosmjs/proto-signing": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@cosmjs/tendermint-rpc": "^0.32.4",
"@oraichain/common-contracts-build": "1.0.35",
"@oraichain/common-contracts-sdk": "1.0.31",
"@oraichain/ton-bridge-contracts": "^0.15.9",
"@oraichain/tonbridge-sdk": "^1.4.2",
"@orbs-network/ton-access": "^2.3.3",
"@ton/core": "0.56.3",
"@ton/crypto": "3.3.0",
"@ton/ton": "14.0.0"
},
"devDependencies": {
"@babel/traverse": "7.24.1",
"@cosmjs/encoding": "^0.32.4",
"@oraichain/cw-simulate": "^2.8.108",
"@swc/core": "^1.4.11",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.0",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@vitest/coverage-v8": "^2.0.2",
"cosmjs-types": "^0.9.0",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-security": "^2.1.1",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lerna": "^8.1.2",
"nx": "19.7.3",
"patch-package": "^8.0.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"ts-proto": "^1.181.1",
"typedoc": "0.25.12",
"typescript": "5.3.2",
"vitest": "^2.0.2"
},
"resolution": {
"axios-extensions": "3.1.7",
"axios": "1.7.2"
},
"version": "1.0.1",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}