forked from polkawallet-io/bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.3 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
{
"name": "@polkawallet/bridge",
"version": "0.0.5-13",
"description": "polkawallet bridge sdk",
"main": "index.js",
"types": "index.d.ts",
"author": "Polkawallet developers <[email protected]>",
"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": {
"build": "tsc",
"test": "jest",
"lint": "polkadot-dev-run-lint",
"build:release": "polkadot-ci-ghact-build"
},
"peerDependencies": {
"@polkadot/api": ">9"
},
"resolutions": {
"rxjs": "^7.5.7"
},
"dependencies": {
"@acala-network/api": "4.1.8-7",
"@acala-network/sdk": "4.1.8-7",
"@acala-network/sdk-core": "4.1.8-7",
"@polkadot/api": "^9.9.1",
"@polkadot/apps-config": "^0.116.1",
"@polkadot/types": "^9.9.1",
"@polkadot/types-augment": "^9.9.1",
"axios": "^0.27.2",
"lodash": "^4.17.20"
},
"devDependencies": {
"@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.0.5-12"
}