{ "name": "payever-test", "version": "1.0.0", "description": "A test for Payever", "main": "start.js", "engines": { "node": ">= 11.1.0" }, "scripts": { "prod": "node ./start.js", "watch": "nodemon ./src/start.js --ignore public/", "start": "concurrently \"npm run watch\" \"npm run eslintw\"", "eslintw": "esw -w . --ext .js", "eslint": "eslint . --ext .js", "test": "nyc mocha --timeout 100000 --exit", "scrap": "node ./cron/cron.js" }, "author": "Roger Gonzalez", "license": "MIT", "dependencies": { "axios": "^0.19.0", "body-parser": "^1.18.3", "cors": "^2.8.5", "dotenv": "^6.1.0", "express": "^4.16.4", "express-validator": "^5.3.0", "express-winston": "^3.0.1", "helmet": "^3.15.0", "winston": "^3.1.0" }, "devDependencies": { "chai": "^4.2.0", "chai-http": "^4.2.0", "concurrently": "^4.0.1", "eslint": "^5.9.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-config-prettier": "^4.0.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-prettier": "^3.0.1", "eslint-watch": "^4.0.2", "mocha": "^5.2.0", "nodemon": "^1.18.7", "nyc": "^13.1.0", "prettier": "^1.16.4" } }