mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-11 00:08:37 +01:00
32 lines
815 B
JSON
32 lines
815 B
JSON
{
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"express": "^4.19.2",
|
|
"ioredis": "^5.4.1",
|
|
"redis": "^4.6.14",
|
|
"remove": "^0.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cors": "^2.8.17",
|
|
"@types/express": "^4.17.21",
|
|
"@types/node": "^20.14.2",
|
|
"glob": "^10.4.1",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"name": "litlyx-producer",
|
|
"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",
|
|
"docker-build": "docker build -t litlyx-producer -f Dockerfile ../",
|
|
"docker-inspect": "docker run -it litlyx-producer sh"
|
|
},
|
|
"keywords": [],
|
|
"author": "Emily",
|
|
"license": "MIT",
|
|
"description": "Producer for Litlyx - Saves events to redis stream."
|
|
} |