package.json 817 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "@joystream/api-examples",
  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/general/status",
  9. "script": "node lib/general/script",
  10. "postinstall": "yarn build"
  11. },
  12. "dependencies": {
  13. "@joystream/types": "^0.18.2",
  14. "@joystream/metadata-protobuf": "^1.0.0",
  15. "@joystream/types": "^0.17.3",
  16. "@polkadot/types": "5.9.1",
  17. "@polkadot/util": "7.9.2",
  18. "@polkadot/keyring": "7.9.2",
  19. "@polkadot/util-crypto": "7.9.2",
  20. "@types/bn.js": "^4.11.5",
  21. "bn.js": "^5.1.2"
  22. },
  23. "resolutions": {
  24. "@polkadot/util-crypto": "7.9.2"
  25. },
  26. "devDependencies": {
  27. "@types/node": "^10.17.18",
  28. "@polkadot/ts": "^0.4.8",
  29. "ts-node": "^10.5.0",
  30. "typescript": "^4.3.5"
  31. }
  32. }