package.json 599 B

123456789101112131415161718192021222324
  1. {
  2. "name": "betterytm",
  3. "version": "1.0.0",
  4. "description": "Userscript that improves YouTube Music",
  5. "main": "BetterYTM.user.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "lint": "eslint ."
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/Sv443/BetterYTM.git"
  13. },
  14. "author": "Sv443",
  15. "license": "MIT",
  16. "bugs": {
  17. "url": "https://github.com/Sv443/BetterYTM/issues"
  18. },
  19. "homepage": "https://github.com/Sv443/BetterYTM#readme",
  20. "devDependencies": {
  21. "@types/greasemonkey": "^4.0.4",
  22. "eslint": "^7.32.0"
  23. }
  24. }