package.json 919 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "private": true,
  3. "name": "storage-node",
  4. "version": "1.0.0",
  5. "engines": {
  6. "node": ">=10.15.3",
  7. "yarn": "^1.15.2"
  8. },
  9. "homepage": "https://github.com/Joystream/joystream/",
  10. "bugs": {
  11. "url": "https://github.com/Joystream/joystream/issues"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/Joystream/joystream.git"
  16. },
  17. "license": "GPL-3.0",
  18. "contributors": [
  19. {
  20. "name": "Joystream",
  21. "url": "https://joystream.org"
  22. }
  23. ],
  24. "keywords": [
  25. "joystream",
  26. "storage",
  27. "node"
  28. ],
  29. "os": [
  30. "darwin",
  31. "linux"
  32. ],
  33. "scripts": {
  34. "test": "wsrun --serial test",
  35. "lint": "wsrun --serial lint"
  36. },
  37. "devDependencies": {
  38. "eslint-config-esnext": "^4.1.0",
  39. "eslint-config-prettier": "^6.11.0",
  40. "eslint-plugin-babel": "^5.3.1",
  41. "eslint-plugin-prettier": "^3.1.4",
  42. "prettier": "^2.0.5",
  43. "wsrun": "^3.6.5"
  44. }
  45. }