{
  "name": "post-get-service",
  "version": "0.1.2",
  "description": "simple way to create node http in memory server",
  "main": "index.js",
  "scripts": {
    "test": "mocha --timeout 5000 $(find ./specs/ -path '*.spec.*')"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/potapovDim/post_get_service.git"
  },
  "keywords": [
    "HTTP",
    "cache-server",
    "RESTFul",
    "REST-Api",
    "STATIC-SERVER",
    "MEMORY-SERVER"
  ],
  "author": {
    "name": "Dmytro Potapov <potapovDim>",
    "email": "potapovd3012@gmail.com"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/potapovDim/post-get-service/issues"
  },
  "homepage": "https://github.com/potapovDim/post-get-service#readme",
  "dependencies": {
    "@koa/cors": "^3.4.2",
    "@koa/router": "^12.0.0",
    "koa": "^2.13.4",
    "koa-bearer-token": "^1.0.0",
    "koa-bodyparser": "^4.3.0",
    "koa-logger": "^3.2.0",
    "sat-utils": "1.2.3"
  },
  "devDependencies": {
    "mocha": "10.0.0",
    "assertior": "0.0.11",
    "eslint": "^8.14.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-jsdoc": "^39.2.9",
    "eslint-plugin-no-only-tests": "^2.6.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-sonarjs": "^0.13.0",
    "eslint-plugin-unicorn": "^42.0.0"
  }
}