-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 755 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "securopass1",
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts",
"email:dev": "email dev --dir templates/mail"
},
"prisma": {
"schema": "./prisma/models"
},
"dependencies": {
"@prisma/adapter-pg": "^7.2.0",
"@prisma/client": "^7.2.0",
"@prisma/extension-accelerate": "^3.0.1",
"@types/bcrypt": "^6.0.0",
"dotenv": "^17.2.3",
"elysia": "latest",
"jsonwebtoken": "^9.0.3",
"nodemailer": "^8.0.4",
"prisma-merge-schema": "^1.0.0"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.10",
"bcrypt": "^6.0.0",
"bun-types": "latest",
"prisma": "^7.2.0"
},
"module": "src/index.js"
}