| 1234567891011121314151617181920212223242526 |
- {
- "name": "rural-attractivness-service",
- "version": "1.0.0",
- "description": "Web service for Rural Attractiveness app",
- "main": "dist/index.js",
- "scripts": {
- "build": "babel index.js helpers.js nuts-data.js -d dist",
- "start": "nodemon index.js"
- },
- "author": "František Zadražil",
- "license": "ISC",
- "dependencies": {
- "cors": "^2.8.5",
- "csv-parse": "^4.8.5",
- "csv-stringify": "^5.5.1",
- "express": "^4.17.1",
- "lodash.where": "^3.1.0",
- "pug": "^3.0.0",
- "r-script": "0.0.4"
- },
- "devDependencies": {
- "@babel/cli": "^7.17.6",
- "@babel/preset-env": "^7.16.11",
- "nodemon": "^2.0.2"
- }
- }
|