package.json 616 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "rural-attractivness-service",
  3. "version": "1.0.0",
  4. "description": "Web service for Rural Attractiveness app",
  5. "main": "index.js",
  6. "scripts": {
  7. "build": "babel index.js -d dist",
  8. "start": "nodemon index.js"
  9. },
  10. "author": "František Zadražil",
  11. "license": "ISC",
  12. "dependencies": {
  13. "cors": "^2.8.5",
  14. "csv-parse": "^4.8.5",
  15. "csv-stringify": "^5.5.1",
  16. "express": "^4.17.1",
  17. "lodash.where": "^3.1.0",
  18. "pug": "^3.0.0",
  19. "r-script": "0.0.4"
  20. },
  21. "devDependencies": {
  22. "babel-cli": "^6.26.0",
  23. "babel-preset-env": "^1.7.0",
  24. "nodemon": "^2.0.2"
  25. }
  26. }