-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 955 Bytes
/
package.json
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
31
32
33
34
35
36
37
38
{
"name": "prisma-nodejs",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"dev": "ts-node-dev --respawn --transpile-only index.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "node ./dist/index.js",
"xss-test": "xss-scan"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.10.8",
"@types/nodemailer": "^6.4.14",
"prisma": "^5.8.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.3.3"
},
"dependencies": {
"@kitajs/html": "^3.1.0",
"@kitajs/ts-html-plugin": "^1.3.3",
"@prisma/client": "^5.8.1",
"@types/bcrypt": "^5.0.2",
"@types/jsonwebtoken": "^9.0.5",
"bcrypt": "^5.1.1",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"nodemailer": "^6.9.9",
"redis": "^4.6.12",
"sqlite": "^5.1.1",
"zod": "^3.22.4"
}
}