lilith-platform.live/codebase/@features/provider-website/data-api/package.json
autocommit c482b6b997 deps-upgrade(data-api): ⬆️ Update dependencies in data-api to latest patch versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 17:56:15 -07:00

22 lines
523 B
JSON

{
"name": "@lilith/provider-website-data-api",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "bun build --target=node --outfile=dist/server.js src/server.ts",
"start": "node dist/server.js",
"dev": "tsx watch src/server.ts",
"typecheck": "tsc --noEmit",
"test": "vitest run"
},
"dependencies": {
"postgres": "^3.4.9"
},
"devDependencies": {
"@types/node": "^22.0.0",
"tsx": "^4.19.0",
"typescript": "^5.6.0",
"vitest": "^3.0.0"
}
}