{ "name": "which-api", "version": "1.0.0", "main": "index.ts", "scripts": { "lint": "eslint . --ext ts --max-warnings 0", "test": "npm run lint" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@feathersjs/authentication": "^4.5.3", "@feathersjs/authentication-local": "^4.5.4", "@feathersjs/configuration": "^4.5.3", "@feathersjs/express": "^4.5.4", "@feathersjs/feathers": "^4.5.3", "@feathersjs/socketio": "^4.5.4", "@feathersjs/transport-commons": "^4.5.3", "bluebird": "^3.7.2", "cors": "^2.8.5", "feathers-mongoose": "^8.3.0", "lodash": "^4.17.15", "mongoose": "^5.9.18", "which-types": "^1.4.0" }, "repository": { "type": "git", "url": "git+https://github.com/eug-vs/which-api.git" }, "bugs": { "url": "https://github.com/eug-vs/which-api/issues" }, "homepage": "https://github.com/eug-vs/which-api#readme", "description": "", "devDependencies": { "@types/bluebird": "^3.5.32", "@types/cors": "^2.8.6", "@types/lodash": "^4.14.155", "@types/mongoose": "^5.7.23", "@typescript-eslint/eslint-plugin": "^3.2.0", "@typescript-eslint/parser": "^3.2.0", "eslint": "^7.2.0", "eslint-config-airbnb-typescript": "^8.0.2", "eslint-plugin-import": "^2.21.2", "typescript": "^3.9.5" } }