forked from Killjoybr/PDV-CodeXCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 868 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 868 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
39
{
"name": "pdv_modulo05",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon run ./index.js",
"lint": "npx eslint ./src --fix",
"start": "node ./index.js"
},
"keywords": [
"API",
"CRUD",
"express",
"PostgreSQL"
],
"author": "Ruan,Ederney,Elivelton,Wallace",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1500.0",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"handlebars": "^4.7.8",
"joi": "^17.11.0",
"jsonwebtoken": "^9.0.2",
"knex": "^3.0.1",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.7",
"pg": "^8.11.3"
},
"devDependencies": {
"eslint": "^8.52.0",
"eslint-config-google": "^0.14.0",
"nodemon": "^3.0.1"
}
}