package.json 645 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "sp-downloader-tester",
  3. "version": "1.0.0",
  4. "description": "",
  5. "bin": {
  6. "sp-downloader-tester": "bin/cli.js"
  7. },
  8. "scripts": {
  9. "sp-downloader-tester": "bin/cli.js"
  10. },
  11. "author": "freakstatic",
  12. "license": "GPL-3.0-only",
  13. "dependencies": {
  14. "@joystream/types": "^0.16.1",
  15. "@polkadot/api": "4.2.1",
  16. "@polkadot/api-contract": "4.2.1",
  17. "@polkadot/keyring": "^6.0.5",
  18. "@polkadot/metadata": "4.2.1",
  19. "@polkadot/types": "4.2.1",
  20. "@polkadot/util": "^6.0.5",
  21. "@polkadot/util-crypto": "^6.0.5",
  22. "@polkadot/wasm-crypto": "^4.0.2",
  23. "axios": "^0.21.4",
  24. "commander": "^8.2.0"
  25. }
  26. }