package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. "moment": "^2.24.0"
  21. },
  22. "devDependencies": {
  23. "typescript": "^3.7.2"
  24. },
  25. "engines": {
  26. "node": ">=10.0"
  27. },
  28. "publishConfig": {
  29. "access": "public",
  30. "registry": "https://registry.npmjs.org"
  31. },
  32. "repository": {
  33. "type": "git",
  34. "url": "git+https://github.com/Joystream/joystream.git"
  35. },
  36. "keywords": [
  37. "substrate",
  38. "joystream",
  39. "runtime"
  40. ],
  41. "license": "Apache-2.0",
  42. "bugs": {
  43. "url": "https://github.com/Joystream/joystream/issues"
  44. },
  45. "homepage": "https://github.com/Joystream/joystream"
  46. }