mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-11 00:08:37 +01:00
add new service + fix docs links
This commit is contained in:
29
producer/package.json
Normal file
29
producer/package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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",
|
||||
"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": "ts-node scripts/build.ts",
|
||||
"build_all": "scripts/build_all.bat"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Emily",
|
||||
"license": "MIT",
|
||||
"description": "Producer for Litlyx - Saves events to redis stream."
|
||||
}
|
||||
Reference in New Issue
Block a user