-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 909 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 909 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
{
"name": "xserver",
"version": "0.1.6",
"description": "server for xserver",
"private": true,
"main": "src/index.js",
"type": "module",
"scripts": {
"build": "pnpm install && mkdir public && pnpm prisma generate",
"dev": "node --watch src/index.js",
"seed": "node src/models/seed.warehouse.prisma.js"
},
"dependencies": {
"@prisma/client": "^6.10.1",
"bcrypt": "^6.0.0",
"dotenv": "^16.5.0",
"jsonwebtoken": "^9.0.2",
"sharp": "^0.34.2"
},
"devDependencies": {
"@biomejs/biome": "2.0.0",
"cors": "^2.8.5",
"express": "^5.1.0",
"globals": "^16.2.0",
"multer": "2.0.1",
"prisma": "^6.10.1"
},
"keywords": [],
"author": "serverBKD",
"license": "EULA",
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
}