1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/mipilin synced 2025-01-30 18:53:36 +00:00
mipilin/package.json
roxwize a2e568e751
compilation
Signed-off-by: roxwize <rae@roxwize.xyz>
2025-01-29 21:49:47 -05:00

41 lines
1.1 KiB
JSON

{
"name": "frontend",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "main.ts",
"scripts": {
"build": "tsc",
"start": "node dist/main.js",
"dev": "tsx main.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.3",
"connect-flash": "^0.1.1",
"connect-pg-simple": "^10.0.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.36.1",
"express": "^4.21.1",
"express-session": "^1.18.1",
"pg": "^8.13.1",
"pug": "^3.0.3",
"typescript": "^5.6.3"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/body-parser": "^1.19.5",
"@types/connect-flash": "^0.0.40",
"@types/connect-pg-simple": "^7.0.3",
"@types/express": "^5.0.0",
"@types/express-session": "^1.18.0",
"@types/pg": "^8.11.10",
"@types/pug": "^2.0.10",
"drizzle-kit": "^0.28.0",
"tsx": "4.19.2"
}
}