1
0

package.json 569 B

1234567891011121314151617181920212223
  1. {
  2. "name": "@sv443/betterytm",
  3. "version": "0.2.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. "eslint": "^7.32.0"
  22. }
  23. }