forked from Joystream/community-repo
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 817 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 817 Bytes
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
{
"name": "@joystream/api-examples",
"version": "0.1.0",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
"build": "tsc --build tsconfig.json",
"status": "node lib/general/status",
"script": "node lib/general/script",
"postinstall": "yarn build"
},
"dependencies": {
"@joystream/types": "^0.18.2",
"@joystream/metadata-protobuf": "^1.0.0",
"@joystream/types": "^0.17.3",
"@polkadot/types": "5.9.1",
"@polkadot/util": "7.9.2",
"@polkadot/keyring": "7.9.2",
"@polkadot/util-crypto": "7.9.2",
"@types/bn.js": "^4.11.5",
"bn.js": "^5.1.2"
},
"resolutions": {
"@polkadot/util-crypto": "7.9.2"
},
"devDependencies": {
"@types/node": "^10.17.18",
"@polkadot/ts": "^0.4.8",
"ts-node": "^10.5.0",
"typescript": "^4.3.5"
}
}