12345678910111213141516171819202122232425262728293031 |
- {
- "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.17.2",
- "@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"
- }
- }
|