This commit is contained in:
Philippe Torrel
2026-07-06 10:36:25 +02:00
parent 3578c15a45
commit 549233f42a
5 changed files with 100 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "u13_dns-lookup",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"chalk": "^5.6.2"
}
}