chore: perauset customer project
This commit is contained in:
33
backend/package.json
Normal file
33
backend/package.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "@perauset/server",
|
||||
"version": "0.0.0",
|
||||
"description": "Perauset backend server",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "bin/start.ts",
|
||||
"scripts": {
|
||||
"tsc": "tsc",
|
||||
"start": "tsx bin/start.ts",
|
||||
"dev": "tsx watch --env-file=../.env bin/start.ts",
|
||||
"dbmigrate": "tsx --env-file=../.env bin/db-migrate.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@perauset/functions": "workspace:*",
|
||||
"@pikku/core": "^0.12.57",
|
||||
"@pikku/fastify": "^0.12.4",
|
||||
"@pikku/kysely": "^0.13.0",
|
||||
"kysely": "^0.29.2",
|
||||
"pg": "^8.16.0",
|
||||
"postgres-migrations": "^5.3.0",
|
||||
"tslib": "^2.8.1",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^5.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pikku/cli": "^0.12.76",
|
||||
"@types/node": "^25",
|
||||
"@types/pg": "^8",
|
||||
"better-sqlite3": "^12.11.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user