{
  "name": "bookmonkey-api",
  "description": "A simple backend for the BookMonkey example application.",
  "version": "3.2.0",
  "dependencies": {
    "bcryptjs": "^2.4.3",
    "compose-middleware": "^5.0.1",
    "express-conditional-middleware": "^2.1.1",
    "express-validator": "^6.12.0",
    "json-server": "^0.16.3",
    "jsonwebtoken": "^8.5.1",
    "node-fetch": "2.6.7",
    "querystring": "^0.2.1"
  },
  "bin": "server.js",
  "scripts": {
    "start": "node server",
    "prepublishOnly": "npm test",
    "version": "git add -A",
    "postversion": "git push && git push --tags",
    "test": "echo \"No tests specified\" && exit 0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/workshops-de/bookmonkey-api.git"
  },
  "keywords": [
    "api",
    "books",
    "demo",
    "json-server",
    "workshop"
  ],
  "author": "workshops.de",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/workshops-de/bookmonkey-api/issues"
  },
  "homepage": "https://github.com/workshops-de/bookmonkey-api#readme",
  "files": [
    "server.js",
    "users.js",
    "getBooks.js",
    "constants.js",
    "db.json",
    "db-original.json",
    "banner.txt",
    "middlewares/",
    "public/"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=12.0.0"
  }
}
