mirror of
https://github.com/abrendan/l00kup.git
synced 2025-06-15 12:05:42 +02:00
20 lines
380 B
JSON
20 lines
380 B
JSON
{
|
|
"name": "nodejs",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/node": "^18.0.6",
|
|
"express": "^4.18.2",
|
|
"node-fetch": "^3.2.6",
|
|
"node-whois": "^2.1.3",
|
|
"whois": "^2.14.0"
|
|
}
|
|
}
|