-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 766 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 766 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
{
"name": "api-rest-nodejs",
"version": "1.0.0",
"description": "Api Rest en Node JS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"author": "Cristhian Mayuri",
"license": "MIT",
"dependencies": {
"body-parser": "^2.2.0",
"express": "^5.1.0",
"multer": ">=2.2.0",
"mongoose": ">=8.22.1",
"tmp": ">=0.2.7",
"qs": ">=6.15.2"
},
"devDependencies": {
"nodemon": "^3.1.9"
},
"overrides": {
"qs": ">=6.15.2",
"tmp": ">=0.2.7",
"multer": ">=2.2.0"
},
"packageManager": "pnpm@11.3.0+sha512.2c403d6594527287672b1f7056343a1f7c3634036a67ffabfcc2b3d7595d843768f8787148d1b57cf7956c90606bbd192857c363af19e96d2d0ec9ec5741d215"
}