-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 991 Bytes
/
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
{
"name": "smartparking_api",
"version": "1.0.0",
"description": "SmartParking API is the official channel to request data from the backend development environment",
"main": "server.js",
"scripts": {
"start": "babel-node -r node_modules/dotenv/config server.js",
"dev": "nodemon -r node_modules/dotenv/config --exec babel-node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SmartParkingMaua/backend.git"
},
"author": "Kaisen-san",
"license": "ISC",
"bugs": {
"url": "https://github.com/SmartParkingMaua/backend/issues"
},
"homepage": "https://github.com/SmartParkingMaua/backend#readme",
"devDependencies": {
"nodemon": "^1.18.10"
},
"dependencies": {
"@babel/core": "^7.3.4",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.3.4",
"body-parser": "^1.18.3",
"dotenv": "^7.0.0",
"express": "^4.16.4",
"morgan": "^1.9.1",
"mysql2": "^1.6.5",
"sequelize": "^5.15.1"
}
}