-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (39 loc) · 1.14 KB
/
package.json
File metadata and controls
40 lines (39 loc) · 1.14 KB
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
{
"name": "the-pickers",
"version": "1.0.0",
"description": "2025-google-solution-challendge's The Pickers backend",
"main": "./src/app.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app.js ",
"db" : "npx prisma db pull && npx prisma generate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seoki180/backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/seoki180/The-Pickers/issues"
},
"homepage": "https://github.com/seoki180/The-Pickers/#readme",
"dependencies": {
"@prisma/client": "^6.7.0",
"@turf/turf": "^7.2.0",
"axios": "^1.9.0",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"http-status-codes": "^2.3.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.2",
"mysql2": "^3.14.0",
"nodemon": "^3.1.9",
"pm2": "^6.0.5",
"prisma": "^6.7.0",
"shapefile": "^0.6.6",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
}
}