Files
aris/apps/aris-backend/package.json

20 lines
412 B
JSON
Raw Normal View History

{
"name": "@aris/backend",
"version": "0.0.0",
"type": "module",
"main": "src/index.ts",
"scripts": {
"dev": "bun run --watch src/index.ts",
"start": "bun run src/index.ts",
"test": "bun test src/"
},
"dependencies": {
"@aris/core": "workspace:*",
"@aris/source-location": "workspace:*",
"@aris/source-weatherkit": "workspace:*",
"better-auth": "^1",
"hono": "^4",
"postgres": "^3"
}
}