forked from petspeedufrpe/petspeed-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 780 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 780 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
{
"name": "petspeed-api",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server.js",
"start": "node server.js"
},
"author": "PetSpeed UFRPE",
"license": "ISC",
"dependencies": {
"@google/maps": "^1.0.1",
"aws-sdk": "^2.552.0",
"bcrypt": "^3.0.6",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"dotenv": "^8.1.0",
"dotenv-safe": "^8.1.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"mysql": "^2.17.1",
"mysql2": "^1.6.5",
"pg": "^7.12.1",
"pg-hstore": "^2.3.3",
"sequelize": "^5.16.0"
},
"devDependencies": {
"nodemon": "^1.19.4"
}
}