package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "@joystream/types",
  3. "version": "0.11.0",
  4. "description": "Types for Joystream Substrate Runtime - nicaea release",
  5. "main": "index.js",
  6. "types": "index.d.ts",
  7. "scripts": {
  8. "prepublish": "npm run build",
  9. "build": "tsc --build tsconfig.json"
  10. },
  11. "author": "Joystream contributors",
  12. "maintainers": [],
  13. "dependencies": {
  14. "@polkadot/types": "^0.96.1",
  15. "@polkadot/keyring": "^1.7.0-beta.5",
  16. "@types/lodash": "^4.14.157",
  17. "@types/vfile": "^4.0.0",
  18. "ajv": "^6.11.0",
  19. "lodash": "^4.17.15"
  20. },
  21. "devDependencies": {
  22. "typescript": "^3.7.2"
  23. },
  24. "engines": {
  25. "node": ">=10.0"
  26. },
  27. "publishConfig": {
  28. "access": "public",
  29. "registry": "https://registry.npmjs.org"
  30. },
  31. "repository": {
  32. "type": "git",
  33. "url": "git+https://github.com/Joystream/joystream.git"
  34. },
  35. "keywords": [
  36. "substrate",
  37. "joystream",
  38. "runtime"
  39. ],
  40. "license": "Apache-2.0",
  41. "bugs": {
  42. "url": "https://github.com/Joystream/joystream/issues"
  43. },
  44. "homepage": "https://github.com/Joystream/joystream"
  45. }