package.json 999 B

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