package.json 569 B

12345678910111213141516171819202122
  1. {
  2. "name": "@joystream/prettier-config",
  3. "version": "1.0.0",
  4. "description": "joystream prettier shared config",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/joystream/joystream.git"
  12. },
  13. "author": "Joystream contributors",
  14. "license": "MIT",
  15. "bugs": {
  16. "url": "https://github.com/joystream/joystream/issues"
  17. },
  18. "homepage": "https://github.com/joystream/joystream#readme",
  19. "peerDependencies": {
  20. "prettier": ">= 2"
  21. }
  22. }