{ "name": "easy-api-boilerplate", "version": "0.0.1", "description": "quick and dirty api boilerplate", "main": "src/index.js", "scripts": { "start": "node src/index.js", "lint": "eslint --fix src/**/*.js" }, "type": "module", "keywords": [], "author": "leakypixel", "license": "ISC", "dependencies": { "app-root-path": "^3.0.0", "bcrypt": "^5.0.1", "hasha": "^5.2.2", "jsonwebtoken": "^8.5.1", "nano": "^9.0.5", "redis": "^3.1.2", "restify": "^8.6.0", "restify-jwt-community": "^1.1.21", "winston": "^3.3.3", "yup": "^0.32.11" }, "devDependencies": { "eslint": "^7.32.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.25.3", "prettier": "^2.5.1" } }