{
  "name": "nile-server",
  "version": "1.0.11",
  "description": "backend server for Nile",
  "keywords": [
    "online bookstore",
    "express",
    "api",
    "server",
    "nile",
    "realworld",
    "battery included"
  ],
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "test": "./node_modules/.bin/mocha --reporter spec"
  },
  "bin": {
    "nile-server": "./index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/highmountaintea/nile-server.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/highmountaintea/nile-server/issues"
  },
  "homepage": "https://github.com/highmountaintea/nile-server#readme",
  "dependencies": {
    "body-parser": "^1.19.0",
    "cors": "^2.8.5",
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "fs-extra": "^8.1.0",
    "required-pm": "^1.0.17"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^7.7.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-plugin-import": "^2.22.0",
    "mocha": "^8.1.2"
  }
}
