-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 830 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
30
{
"name": "google-tag-manager-proxy",
"version": "1.0.0",
"description": "Proxying request to google analytics and tag manager",
"module": "src/api.js",
"scripts": {
"test": "exit 0",
"start": "node -r esm src/api.js",
"mask": "node -r esm scripts.js mask",
"unmask": "node -r esm scripts.js unmask"
},
"keywords": [
"proxy"
],
"author": "nikita.tk",
"repository": {
"type": "git",
"url": "git+https://github.com/ZitRos/save-analytics-from-content-blockers.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ZitRos/save-analytics-from-content-blockers/issues"
},
"homepage": "https://github.com/ZitRos/save-analytics-from-content-blockers#readme",
"dependencies": {
"esm": "^3.2.7",
"express": "^4.18.2",
"express-http-proxy": "^1.5.1"
}
}