package.json 729 B

12345678910111213141516171819202122232425262728
  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.16.1",
  14. "@polkadot/api": "4.2.1",
  15. "@polkadot/api-contract": "4.2.1",
  16. "@polkadot/keyring": "^6.0.5",
  17. "@polkadot/types": "4.2.1",
  18. "@polkadot/util": "^6.0.5",
  19. "@polkadot/util-crypto": "^6.0.5",
  20. "@polkadot/wasm-crypto": "^4.0.2",
  21. "@types/bn.js": "^4.11.6",
  22. "bn.js": "^5.1.2"
  23. },
  24. "devDependencies": {
  25. "@polkadot/ts": "^0.3.62",
  26. "typescript": "^3.9.7"
  27. }
  28. }