-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 888 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
35
{
"name": "aeropuerto-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./dist/server.js",
"build": "babel src -d dist --ignore src/client",
"dev": "nodemon --exec babel-node ./src/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"core-js": "^3.4.0",
"cors": "^2.8.5",
"decode-html": "^2.0.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"instapago": "^0.6.1",
"jsonwebtoken": "^8.5.1",
"nodemon": "^1.19.2",
"pg": "^7.18.2"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/node": "^7.7.0",
"@babel/runtime": "^7.7.2",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.7.1",
"babel-core": "^6.26.3"
}
}