-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 872 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 872 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
{
"name": "campion-server",
"version": "1.0.0",
"main": "src/server.js",
"repository": "https://github.com/LuisPeixoto/campion-server",
"author": "Luis Fernando Peixoto Cabral",
"license": "MIT",
"devDependencies": {
"eslint": "^7.12.1",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"nodemon": "^2.0.12"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon src/server.js"
},
"dependencies": {
"bcrypt": "^5.0.1",
"dotenv": "^10.0.0",
"csv-writer": "^1.6.0",
"express": "^4.17.1",
"helmet": "^4.6.0",
"install": "^0.13.0",
"jsonwebtoken": "^8.5.1",
"lorem-ipsum": "^2.0.4",
"mongoose": "^6.0.4",
"multer": "^1.4.3",
"socket.io": "^4.2.0"
}
}