{ "name": "api-scripts", "private": true, "version": "0.1.0", "license": "GPL-3.0-only", "scripts": { "status": "ts-node src/status", "initialize-content-lead": "ts-node src/initialize-content-lead", "set-sudo-as-screening-auth": "yarn script set-sudo-as-screening-auth", "script": "ts-node src/script", "tsnode-strict": "node -r ts-node/register --unhandled-rejections=strict" }, "dependencies": { "@joystream/types": "^0.16.1", "@polkadot/api": "4.2.1", "@polkadot/types": "4.2.1", "@polkadot/keyring": "^6.0.5", "@polkadot/util": "^6.0.5", "@polkadot/util-crypto": "^6.0.5", "@types/bn.js": "^4.11.5", "bn.js": "^4.11.8" }, "devDependencies": { "@polkadot/ts": "^0.3.62", "typescript": "^3.9.7", "ts-node": "^8.6.2" }, "volta": { "extends": "../../package.json" } }