26 lines
499 B
JSON
26 lines
499 B
JSON
{
|
|
"name": "nocodelytics-healthcheck",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node --test",
|
|
"build": "tsc"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.17.0",
|
|
"@types/node": "^20.12.7",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"dependencies": {
|
|
"@clickhouse/client": "^1.0.1",
|
|
"date-fns": "^3.6.0",
|
|
"knex": "^3.1.0",
|
|
"lodash": "^4.17.21",
|
|
"pg": "^8.11.5"
|
|
}
|
|
}
|