123456789101112131415161718192021222324 |
- {
- "name": "betterytm",
- "version": "1.0.0",
- "description": "Userscript that improves YouTube Music",
- "main": "BetterYTM.user.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "lint": "eslint ."
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/Sv443/BetterYTM.git"
- },
- "author": "Sv443",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/Sv443/BetterYTM/issues"
- },
- "homepage": "https://github.com/Sv443/BetterYTM#readme",
- "devDependencies": {
- "@types/greasemonkey": "^4.0.4",
- "eslint": "^7.32.0"
- }
- }
|