1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "api-scripts",
- "private": true,
- "version": "0.1.0",
- "license": "GPL-3.0-only",
- "scripts": {
- "status": "ts-node src/status",
- "script": "ts-node src/script",
- "tsnode-strict": "node -r ts-node/register --unhandled-rejections=strict",
- "initialize-lead": "ts-node src/initialize-lead",
- "initialize-worker": "ts-node src/initialize-worker",
- "storage-dev-init": "./dev-init-storage.sh"
- },
- "dependencies": {
- "@joystream/types": "^0.18.3",
- "@polkadot/api": "5.9.1",
- "@polkadot/types": "5.9.1",
- "@polkadot/keyring": "7.3.1",
- "@polkadot/util": "7.3.1",
- "@polkadot/util-crypto": "7.3.1",
- "@types/bn.js": "^4.11.5",
- "bn.js": "^4.11.8"
- },
- "devDependencies": {
- "@polkadot/ts": "^0.4.8",
- "typescript": "^4.4.3",
- "ts-node": "^10.2.1"
- },
- "volta": {
- "extends": "../../package.json"
- }
- }
|