package.json 990 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. "@types/vfile": "^4.0.0",
  16. "ajv": "^6.11.0",
  17. "lodash": "^4.17.15"
  18. },
  19. "devDependencies": {
  20. "typescript": "^3.6.4"
  21. },
  22. "engines": {
  23. "node": ">=10.0"
  24. },
  25. "publishConfig": {
  26. "access": "public",
  27. "registry": "https://registry.npmjs.org"
  28. },
  29. "repository": {
  30. "type": "git",
  31. "url": "git+https://github.com/Joystream/joystream.git"
  32. },
  33. "keywords": [
  34. "substrate",
  35. "joystream",
  36. "runtime"
  37. ],
  38. "license": "Apache-2.0",
  39. "bugs": {
  40. "url": "https://github.com/Joystream/joystream/issues"
  41. },
  42. "homepage": "https://github.com/Joystream/joystream"
  43. }