|
@@ -4,7 +4,7 @@
|
|
|
"description": "Web service for Rural Attractivness app",
|
|
"description": "Web service for Rural Attractivness app",
|
|
|
"main": "index.js",
|
|
"main": "index.js",
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
- "start": "node index.js"
|
|
|
|
|
|
|
+ "start": "nodemon --exec babel-node index.js"
|
|
|
},
|
|
},
|
|
|
"author": "František Zadražil",
|
|
"author": "František Zadražil",
|
|
|
"license": "ISC",
|
|
"license": "ISC",
|
|
@@ -13,5 +13,10 @@
|
|
|
"csv-parse": "^4.8.5",
|
|
"csv-parse": "^4.8.5",
|
|
|
"express": "^4.17.1",
|
|
"express": "^4.17.1",
|
|
|
"r-script": "0.0.4"
|
|
"r-script": "0.0.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "devDependencies": {
|
|
|
|
|
+ "babel-cli": "^6.26.0",
|
|
|
|
|
+ "babel-preset-env": "^1.7.0",
|
|
|
|
|
+ "nodemon": "^2.0.2"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|