mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
27 lines
659 B
JSON
27 lines
659 B
JSON
{
|
|
"dependencies": {
|
|
"mongoose": "^8.3.2",
|
|
"redis": "^4.6.14",
|
|
"ua-parser-js": "^1.0.37"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.12.13",
|
|
"@types/ua-parser-js": "^0.7.39",
|
|
"glob": "^10.4.1",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"name": "consumer-limits",
|
|
"version": "1.0.0",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"dev": "node scripts/start_dev.js",
|
|
"compile": "tsc",
|
|
"build": "node ../scripts/build.js",
|
|
"build_all": "npm run compile && npm run build"
|
|
},
|
|
"keywords": [],
|
|
"author": "Emily",
|
|
"license": "MIT",
|
|
"description": "Database Consumer - Saves events to database."
|
|
} |