1234567891011121314151617181920212223242526 |
- {
- "name": "@joystream/api-examples",
- "version": "0.1.0",
- "main": "lib/index.js",
- "license": "MIT",
- "scripts": {
- "build": "tsc --build tsconfig.json",
- "status": "node lib/status",
- "script": "node lib/script",
- "postinstall": "yarn build"
- },
- "dependencies": {
- "@joystream/types": "^0.14.0",
- "@polkadot/api": "1.26.1",
- "@polkadot/keyring": "^3.0.1",
- "@polkadot/types": "1.26.1",
- "@polkadot/util": "^3.0.1",
- "@polkadot/util-crypto": "^3.0.1",
- "@types/bn.js": "^4.11.5",
- "bn.js": "^4.11.8"
- },
- "devDependencies": {
- "@polkadot/ts": "^0.1.56",
- "typescript": "^3.9.7"
- }
- }
|