-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
59 lines (59 loc) · 1.68 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
{
"name": "@polkawallet/bridge",
"version": "0.1.7-11",
"description": "polkawallet bridge sdk",
"main": "index.js",
"types": "index.d.ts",
"author": "Polkawallet developers <hello@polkawallet.io>",
"license": "Apache-2.0",
"engines": {
"yarn": "^1.10.1"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": "https://github.com/polkawallet-io/bridge.git",
"homepage": "https://github.com/polkawallet-io/bridge",
"scripts": {
"clain": "rm -rf build",
"build": "tsc",
"test": "jest --runInBand --detectOpenHandles --forceExit",
"lint": "polkadot-dev-run-lint",
"build:docs": "ts-node ./scripts/generate-bridge-document.ts",
"build:release": "polkadot-ci-ghact-build"
},
"peerDependencies": {
"@acala-network/api": "^5",
"@polkadot/api": "^12",
"ethers": "^5"
},
"resolutions": {
"@acala-network/api": "^5.1.1",
"@acala-network/sdk": "^4.1.9-13",
"@acala-network/sdk-core": "^4.1.9-13",
"@polkadot/api": "^12.0.2",
"@polkadot/types": "^12.0.2"
},
"dependencies": {
"@acala-network/api": "^5",
"@acala-network/sdk": "^4.1.9-13",
"@acala-network/sdk-core": "^4.1.9-13",
"@polkadot/api": "^12.0.2",
"@polkadot/apps-config": "^0.133.1",
"@polkadot/types": "^12.0.2",
"axios": "^0.27.2",
"ethers": "^5",
"lodash": "^4.17.20"
},
"devDependencies": {
"@acala-network/eth-providers": "^2.7.1",
"@open-web3/dev-config": "^0.2.3",
"@types/jest": "^28.1.1",
"@types/lodash": "^4.14.161",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^28.1.1",
"typescript": "^4.7.4"
},
"stableVersion": "0.1.7-10"
}