custom-dns/package.json
2025-07-12 20:00:16 +08:00

18 lines
326 B
JSON

{
"name": "custom-dns",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dns-packet": "^5.6.1"
}
}