package.json 538 B

12345678910111213141516171819202122
  1. {
  2. "name": "betterytm",
  3. "version": "0.1.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. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/Sv443/BetterYTM.git"
  12. },
  13. "author": "Sv443",
  14. "license": "MIT",
  15. "bugs": {
  16. "url": "https://github.com/Sv443/BetterYTM/issues"
  17. },
  18. "homepage": "https://github.com/Sv443/BetterYTM#readme",
  19. "devDependencies": {
  20. "eslint": "^7.32.0"
  21. }
  22. }