-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 919 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 919 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
31
32
33
34
35
36
{
"name": "wankul-api",
"version": "1.0.0",
"description": "Api for Wankul cards display site (unofficial)",
"main": "src/index.ts",
"scripts": {
"pm2": "pm2 start processes.json --no-daemon",
"server": "node dist/index.js",
"vercel-build": "prisma generate"
},
"keywords": [],
"author": "Timeuh",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.17",
"@types/node": "^20.4.1",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"nodemon": "^3.0.1",
"prisma": "^4.16.2",
"typescript": "^5.1.6"
},
"dependencies": {
"@prisma/client": "^4.16.2",
"bcrypt": "^5.1.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.1",
"markdown-it": "^13.0.1",
"pm2": "^5.3.0",
"zod": "^3.21.4",
"ts-node": "^10.9.1"
}
}