lilith-platform.live/codebase/@features/edge-purge/package.json
autocommit d032a7995a deps-upgrade(edge-purge): ⬆️ Update dependencies in edge-purge feature to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 01:22:01 -07:00

24 lines
514 B
JSON

{
"name": "@lilith/edge-purge",
"version": "0.1.0",
"private": true,
"type": "commonjs",
"scripts": {
"dev": "tsx watch src/server.ts",
"start": "node dist/server.node.js",
"build": "tsup",
"test": "bun test"
},
"dependencies": {
"@hono/node-server": "^1.19.14",
"hono": "^4.6.0"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^20.0.0",
"tsup": "^8.0.0",
"tsx": "^4.21.0",
"typescript": "^5.6.0"
},
"packageManager": "bun@1.2.6"
}