-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.19 KB
/
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
39
40
41
42
43
44
{
"name": "lekhak-be",
"version": "1.0.0",
"description": "Typescript & ExpressJS, deploy on Vercel",
"main": "src/app.ts",
"scripts": {
"start": "node build/app.js",
"dev": "ts-node-dev --respawn src/app.ts",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edwintantawi/boilerplate__typescript-express-vercel.git"
},
"keywords": [],
"author": "edwintantawi",
"license": "ISC",
"bugs": {
"url": "https://github.com/edwintantawi/boilerplate__typescript-express-vercel/issues"
},
"homepage": "https://github.com/edwintantawi/boilerplate__typescript-express-vercel#readme",
"dependencies": {
"@prisma/client": "^5.22.0",
"bcryptjs": "^2.4.3",
"dotenv": "^16.4.5",
"express": "^4.17.1",
"jsonwebtoken": "^9.0.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^16.18.119",
"@types/shelljs": "^0.8.9",
"prisma": "^5.22.0",
"rimraf": "^3.0.2",
"shelljs": "^0.8.4",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"tsx": "^4.19.2",
"typescript": "^4.9.5"
}
}