forked from AcalaNetwork/acala.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 907 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
{
"name": "@acala-network/types",
"version": "0.7.4-8",
"description": "Polkadot.js type definations for Acala Network",
"main": "index.js",
"author": "Acala Developers <hello@acala.network>",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": "https://github.com/AcalaNetwork/acala.js.git",
"bugs": {
"url": "https://github.com/AcalaNetwork/acala.js/issues"
},
"homepage": "https://github.com/AcalaNetwork/acala.js",
"dependencies": {
"@acala-network/type-definitions": "0.7.4-8",
"@babel/runtime": "^7.10.2",
"@open-web3/api-mobx": "^0.9.4-0",
"@open-web3/orml-types": "^0.9.4-0",
"@polkadot/api": "^4.6.3-7",
"@polkadot/typegen": "^4.6.3-7",
"@polkadot/types": "^4.6.3-7"
},
"devDependencies": {
"@types/websocket": "^1.0.0",
"websocket": "^1.0.31"
}
}