Initial LisgloSIPS V2 implementation
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "@lisglosips/worker-config-publisher",
|
||||
"version": "0.2.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "dist/main.js",
|
||||
"scripts": {
|
||||
"dev": "cross-env LISGLOSIPS_SERVICE_NAME=worker-config-publisher tsx watch src/main.ts",
|
||||
"build": "tsc -p tsconfig.json",
|
||||
"start": "node dist/main.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "6.19.0",
|
||||
"@lisglosips/observability": "workspace:*",
|
||||
"@lisglosips/redis": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "10.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user