mirror of
https://github.com/MrUnknownDE/utools.git
synced 2026-04-06 00:32:04 +02:00
27 lines
591 B
JSON
27 lines
591 B
JSON
{
|
|
"name": "utrools-backend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@maxmind/geoip2-node": "^6.0.0",
|
|
"@sentry/node": "^8.0.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.7",
|
|
"express": "^4.21.2",
|
|
"express-rate-limit": "^7.5.0",
|
|
"mac-oui-lookup": "^1.1.4",
|
|
"macaddress": "^0.5.3",
|
|
"pino": "^9.6.0",
|
|
"pino-pretty": "^13.0.0",
|
|
"qs": "^6.14.1",
|
|
"whois-json": "^2.0.4"
|
|
}
|
|
}
|