{
  "name": "faap",
  "description": "Fast Api for Any Prototype",
  "version": "0.2.4",
  "author": "Gabdrashitov Rinat <paladin2012gnu@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/grinat/faap/issues"
  },
  "homepage": "https://github.com/grinat/faap#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/grinat/faap.git"
  },
  "main": "src/index.js",
  "scripts": {
    "dev": "cross-env NODE_ENV.ENABLE_TOOLS=true NODE_ENV.SWAGGER_UI_ENABLED=true nodemon server.js",
    "dev-inner-auth-enabled": "cross-env NODE_ENV.ENABLE_TOOLS=true NODE_ENV.INNER_AUTH_ENABLED=true npm run dev",
    "start": "cross-env NODE_ENV=production node server.js",
    "test": "npm run test-inner-auth-enabled && npm run test-inner-auth-disabled",
    "test-inner-auth-enabled": "cross-env NODE_ENV.ENABLE_TOOLS=true NODE_ENV.INNER_AUTH_ENABLED=true NODE_ENV=testing mocha --timeout 10000 --bail",
    "test-inner-auth-disabled": "cross-env NODE_ENV.ENABLE_TOOLS=true NODE_ENV.INNER_AUTH_ENABLED=false NODE_ENV=testing mocha --timeout 10000 --bail"
  },
  "dependencies": {
    "axios": "^0.19.0",
    "cors": "^2.8.4",
    "cross-env": "^5.1.4",
    "express": "^4.14.0",
    "express-fileupload": "^1.1.1-alpha.1",
    "faker": "^4.1.0",
    "md5": "^2.2.1",
    "mkdirp": "^0.5.1",
    "mongodb": "^2.2.22",
    "swagger-ui-express": "^4.0.1",
    "uuid": "^3.3.2",
    "yamljs": "^0.3.0"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-http": "^4.2.0",
    "mocha": "^5.2.0",
    "nodemon": "^1.17.4"
  },
  "engines": {
    "node": ">= 8.0.0",
    "npm": ">= 4.0.0"
  }
}
