{ "name": "report-generator", "version": "0.1.0", "main": "lib/index.js", "license": "MIT", "scripts": { "build": "tsc --build tsconfig.json", "status": "node lib/status" }, "dependencies": { "@joystream/types": "^0.13.1", "@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" } }