package.json 638 B

1234567891011121314151617181920212223242526
  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/status",
  9. "script": "node lib/script",
  10. "postinstall": "yarn build"
  11. },
  12. "dependencies": {
  13. "@joystream/types": "^0.14.0",
  14. "@polkadot/api": "1.26.1",
  15. "@polkadot/keyring": "^3.0.1",
  16. "@polkadot/types": "1.26.1",
  17. "@polkadot/util": "^3.0.1",
  18. "@polkadot/util-crypto": "^3.0.1",
  19. "@types/bn.js": "^4.11.5",
  20. "bn.js": "^4.11.8"
  21. },
  22. "devDependencies": {
  23. "@polkadot/ts": "^0.1.56",
  24. "typescript": "^3.9.7"
  25. }
  26. }