Files
Alex Ant c20a1ffb1f init
2025-03-17 19:27:54 +05:00

40 lines
1.0 KiB
JSON

{
"name": "tracker",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "npx nodemon --exec esno src/main.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@hcengineering/api-client": "^0.6.466",
"@hcengineering/client": "^0.6.466",
"@hcengineering/contact": "^0.6.466",
"@hcengineering/core": "^0.6.466",
"@hcengineering/document": "^0.6.466",
"@hcengineering/rank": "^0.6.466",
"@hcengineering/tracker": "^0.6.466",
"@nestjs/common": "^11.0.11",
"@nestjs/config": "^4.0.1",
"@nestjs/core": "^11.0.11",
"@nestjs/platform-express": "^11.0.11",
"@nestjs/schedule": "^5.0.1",
"@nestjs/typeorm": "^11.0.0",
"dotenv": "^16.4.7",
"esno": "^4.8.0",
"pg": "^8.14.0",
"typeorm": "^0.3.21",
"ws": "^8.18.1",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.13.10",
"@types/ws": "^8.18.0",
"nodemon": "^3.1.9"
}
}