maidn-e2e-secret/package.json

20 lines
406 B
JSON

{
"name": "maidn-e2e-secret",
"private": true,
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"test": "npm run build && node --test test/health.test.js"
},
"dependencies": {
"express": "^5.1.0",
"pg": "^8.16.3"
},
"devDependencies": {
"@types/express": "^5.0.1",
"@types/node": "^22.15.0",
"@types/pg": "^8.15.5",
"typescript": "~5.8.0"
}
}