22 lines
No EOL
472 B
JSON
22 lines
No EOL
472 B
JSON
{
|
|
"name": "panorama-daemon",
|
|
"module": "src/index.ts",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"@types/koa-json": "^2.0.23",
|
|
"@types/koa__router": "^12.0.4"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@koa/router": "^12.0.1",
|
|
"koa": "^2.15.3",
|
|
"koa-json": "^2.0.2",
|
|
"reflect-metadata": "^0.2.2",
|
|
"sqlite3": "^5.1.7",
|
|
"typeorm": "^0.3.20",
|
|
"uuidv7": "^1.0.1"
|
|
}
|
|
} |