package.json 1009 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "@joystream/types",
  3. "version": "0.10.0",
  4. "description": "Types for Joystream Substrate Runtime 6.15.0",
  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. "lodash": "^4.17.15"
  17. },
  18. "directories": {
  19. "lib": "lib"
  20. },
  21. "devDependencies": {
  22. "typescript": "^3.6.4"
  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/apps.git"
  34. },
  35. "keywords": [
  36. "substrate",
  37. "joystream",
  38. "runtime"
  39. ],
  40. "license": "Apache-2.0",
  41. "bugs": {
  42. "url": "https://github.com/Joystream/apps/issues"
  43. },
  44. "homepage": "https://github.com/Joystream/packages/joy-types/README.md"
  45. }