1234567891011121314151617181920212223242526272829303132 |
- {
- "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"
- }
- }
|