3 Star 2 Fork 1

Gitee 极速下载 / serverless-dns

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/serverless-dns/serverless-dns
克隆/下载
package.json 2.00 KB
一键复制 编辑 原始数据 按行查看 历史
{
"private": true,
"name": "serverless-dns",
"version": "2.0.0",
"license": "MPL-2.0",
"description": "Rethink Free Dns with Blocklist, one click install from github to cloudflare",
"main": "./src/server-workers.js",
"type": "module",
"scripts": {
"clean": "npm run clean:wrangler",
"clean:node": "rm -rf node_modules/ package-lock.json",
"clean:wrangler": "rm -rf worker/ dist/",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "./src/build/pre.sh",
"build": "npx webpack --config webpack.config.cjs",
"build:fastly": "npx webpack --config webpack.fastly.cjs && npm run fastly:wasm",
"build:fly": "npx webpack --config webpack.fly.cjs",
"fastly:wasm": "npx js-compute-runtime ./dist/fastly.js ./dist/fastly.wasm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/serverless-dns/serverless-dns.git"
},
"author": "",
"bugs": {
"url": "https://github.com/serverless-dns/serverless-dns/issues"
},
"homepage": "https://github.com/serverless-dns/serverless-dns#readme",
"engines": {
"node": ">=16"
},
"dependencies": {
"@serverless-dns/dns-parser": "github:serverless-dns/dns-parser#v2.1.2",
"@serverless-dns/lfu-cache": "github:serverless-dns/lfu-cache#v3.5.2",
"@serverless-dns/trie": "github:serverless-dns/trie#v0.0.17",
"httpx-server": "^1.4.4",
"node-polyfill-webpack-plugin": "^2.0.1",
"proxy-protocol-js": "^4.0.5"
},
"optionalDependencies": {
"@fastly/js-compute": "^1.0.1"
},
"devDependencies": {
"@types/node": "^16.11.7",
"buffer": "^6.0.3",
"clinic": "^11.1.0",
"eslint": "^8.5.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.4",
"prettier": "2.5.1",
"webpack": "^5.65.0",
"webpack-cli": "^4.10.0",
"wrangler": "^2.1.15"
},
"lint-staged": {
"*.?(m|c)js": "eslint --cache --fix",
"*.ts": "prettier --write"
},
"eslintIgnore": [
"src/core/cfg.js"
]
}
JavaScript
1
https://gitee.com/mirrors/serverless-dns.git
git@gitee.com:mirrors/serverless-dns.git
mirrors
serverless-dns
serverless-dns
main

搜索帮助