forked from AnanthVivekanand/spotify-adblock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 893 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "spotify-adblock-macos",
"version": "1.1.0",
"description": "This project uses a proxy to strip all ad-related requests from the Spotify desktop application.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"start-mitm": "node mitm.js",
"docker-mitm": "docker build -t spotify-adblock . -f Dockerfile.mitm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AnanthVivekanand/spotify-adblock.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AnanthVivekanand/spotify-adblock/issues"
},
"homepage": "https://github.com/AnanthVivekanand/spotify-adblock#readme",
"dependencies": {
"chalk": "^4.0.0",
"colors": "^1.4.0",
"http-mitm-proxy": "^0.8.2",
"http-proxy": "^1.18.0",
"micromatch": "^4.0.2"
}
}