package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "@joystream/types",
  3. "version": "0.13.0",
  4. "description": "Types for Joystream Substrate Runtime - Alexandria release",
  5. "main": "index.js",
  6. "types": "index.d.ts",
  7. "scripts": {
  8. "prepublish": "npm run build",
  9. "build": "tsc --build tsconfig.json",
  10. "lint": "eslint ./ --quiet --ext .ts",
  11. "format": "prettier ./ --write",
  12. "checks": "yarn build && madge --circular ./ && yarn lint && prettier ./ --check"
  13. },
  14. "author": "Joystream contributors",
  15. "maintainers": [],
  16. "dependencies": {
  17. "@polkadot/api": "^1.26.1",
  18. "@polkadot/types": "^1.26.1",
  19. "@polkadot/keyring": "^3.0.1",
  20. "@types/lodash": "^4.14.157",
  21. "@types/vfile": "^4.0.0",
  22. "ajv": "^6.11.0",
  23. "lodash": "^4.17.15",
  24. "moment": "^2.24.0"
  25. },
  26. "devDependencies": {
  27. "typescript": "^3.7.2"
  28. },
  29. "engines": {
  30. "node": ">=12.18.0",
  31. "yarn": "^1.22.0"
  32. },
  33. "publishConfig": {
  34. "access": "public",
  35. "registry": "https://registry.npmjs.org"
  36. },
  37. "repository": {
  38. "type": "git",
  39. "url": "git+https://github.com/Joystream/joystream.git"
  40. },
  41. "keywords": [
  42. "substrate",
  43. "joystream",
  44. "runtime"
  45. ],
  46. "license": "GPLv3",
  47. "bugs": {
  48. "url": "https://github.com/Joystream/joystream/issues"
  49. },
  50. "homepage": "https://github.com/Joystream/joystream"
  51. }