-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 908 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 908 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
37
38
{
"name": "stackxprojects-construcaoapis",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"start": "node src/app.js",
"nodemon": "nodemon src/app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"body-parser": "^1.20.3",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "^4.21.2",
"fetch": "^1.1.0",
"filesystem": "^1.0.1",
"fs": "^0.0.1-security",
"joi": "^17.13.3",
"mongoose": "^8.7.1",
"serve-favicon": "^2.5.0",
"stackxprojects-construcaoapis": "file:",
"uuid": "^10.0.0",
"winston": "^3.17.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"nodemon": "^3.1.7",
"prettier": "^3.4.1"
}
}