-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.16 KB
/
package.json
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
41
{
"name": "desafio-backend-modulo-05-sistema-pdv-b2b-ifood-t06",
"version": "1.0.0",
"description": "![](https://i.imgur.com/xG74tOh.png)",
"main": "index.js",
"scripts": {
"dev": "nodemon ./src/index.js",
"start": "nodemon ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anjosdelacerda/desafio-backend-modulo-05-sistema-pdv-b2b-ifood-t06.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/anjosdelacerda/desafio-backend-modulo-05-sistema-pdv-b2b-ifood-t06/issues"
},
"homepage": "https://github.com/anjosdelacerda/desafio-backend-modulo-05-sistema-pdv-b2b-ifood-t06#readme",
"devDependencies": {
"eslint": "^8.52.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.0",
"nodemon": "^3.0.1"
},
"dependencies": {
"aws-sdk": "^2.1490.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"
}
}