package.json 565 B

123456789101112131415161718192021222324
  1. {
  2. "name": "report-generator",
  3. "version": "0.1.0",
  4. "main": "lib/index.js",
  5. "license": "MIT",
  6. "scripts": {
  7. "build": "tsc --build tsconfig.json",
  8. "status": "node lib/status"
  9. },
  10. "dependencies": {
  11. "@joystream/types": "^0.13.1",
  12. "@polkadot/api": "1.26.1",
  13. "@polkadot/keyring": "^3.0.1",
  14. "@polkadot/types": "1.26.1",
  15. "@polkadot/util": "^3.0.1",
  16. "@polkadot/util-crypto": "^3.0.1",
  17. "@types/bn.js": "^4.11.5",
  18. "bn.js": "^4.11.8"
  19. },
  20. "devDependencies": {
  21. "@polkadot/ts": "^0.1.56",
  22. "typescript": "^3.9.7"
  23. }
  24. }