-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
32 lines (32 loc) · 873 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
31
32
{
"name": "cloudflare-teams-dns-privacy-adblock",
"version": "1.0.0",
"description": "Pi-Hole Style Privacy/Ad blocking in the cloud leveraging Cloudflare for Teams Gateway DNS",
"main": "server.js",
"scripts": {
"build": "npm start",
"dev": "node . && wrangler pages dev ./public --local --ip \"localhost\" --live-reload true --local-protocol https"
},
"repository": {
"type": "git",
"url": "git+https://github.com/demosjarco/Cloudflare-Teams-DNS-Privacy-AdBlock.git"
},
"keywords": [
"privacy",
"pi-hole"
],
"author": "demosjarco",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/demosjarco/Cloudflare-Teams-DNS-Privacy-AdBlock/issues"
},
"homepage": "https://cftdpa.pages.dev",
"devDependencies": {
"prettier": "^2.8.7",
"wrangler": "^3.1.2"
},
"dependencies": {
"cdnjs-api": "^1.3.1",
"semver": "^7.5.0"
}
}