{
  "name": "connect-api-mocker",
  "version": "1.11.0",
  "description": "A connect middleware to serve a RESTful api by some json, xml or js files",
  "main": "index.js",
  "scripts": {
    "test": "nyc --reporter=html --reporter=text mocha --ui bdd ./test --exit",
    "lint": "eslint .",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/muratcorlu/connect-api-mocker.git"
  },
  "keywords": [
    "connect",
    "api",
    "mock"
  ],
  "author": "Murat Çorlu",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/muratcorlu/connect-api-mocker/issues"
  },
  "homepage": "https://github.com/muratcorlu/connect-api-mocker#readme",
  "devDependencies": {
    "eslint": "^8.19.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.26.0",
    "express": "^4.18.1",
    "mocha": "^10.0.0",
    "nyc": "^15.1.0",
    "semantic-release": "^19.0.3",
    "supertest": "^6.2.4"
  },
  "dependencies": {
    "body-parser": "^1.18.3",
    "chalk": "^2.4.1"
  }
}
