package.json 767 B

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