{
  "name": "mockyeah",
  "version": "0.24.1",
  "description": "A powerful service mocking, recording, and playback utility.",
  "main": "index.js",
  "scripts": {
    "start": "MOCKYEAH_ROOT=. nodemon --inspect index.js",
    "test": "yarn lint && yarn test:coverage",
    "test:watch": "yarn test:unit --watch",
    "test:unit": "mocha test/**/*Test.js test/**/*.test.js",
    "test:coverage": "nyc yarn test:unit",
    "test:coverage:report:html": "nyc yarn test:unit && nyc report --reporter=html",
    "test:coverage:report": "nyc report --reporter=text-lcov | coveralls ../..",
    "lint": "eslint ./app ./lib ./server ./test"
  },
  "repository": "git@github.com:mockyeah/mockyeah.git",
  "author": "Ryan Ricard",
  "license": "MIT",
  "engines": {
    "node": ">=8.0.0"
  },
  "keywords": [
    "assert",
    "assertion",
    "bdd",
    "cli",
    "express",
    "expect",
    "expectation",
    "fixture",
    "http",
    "integration",
    "jest",
    "mocha",
    "mock",
    "mock integration",
    "mock server",
    "mock service",
    "mock http",
    "mockserver",
    "mocking",
    "proxy",
    "record",
    "request",
    "server",
    "service",
    "sinon",
    "snapshot",
    "stub",
    "supertest",
    "superagent",
    "tdd",
    "test",
    "test double",
    "test framework",
    "testing",
    "utility",
    "web service"
  ],
  "devDependencies": {
    "chai": "^3.4.1",
    "clear-require": "^2.0.0",
    "coveralls": "^3.0.0",
    "dateformat": "^1.0.12",
    "fs-extra": "^7.0.1",
    "gitbook-plugin-github": "2.0.0",
    "mocha": "^3.1.2",
    "nodemon": "^1.17.5",
    "nyc": "^11.4.1",
    "rimraf": "^2.5.2",
    "supertest": "^3.4.2"
  },
  "dependencies": {
    "async": "^1.5.2",
    "body-parser": "^1.15.2",
    "chokidar": "^3.3.1",
    "clear-module": "^3.1.0",
    "cookie-parser": "^1.4.4",
    "cors": "^2.7.1",
    "cosmiconfig": "^5.0.7",
    "create-cert-files": "^1.0.2",
    "debug": "^4.1.1",
    "express": "^4.13.3",
    "is-absolute-url": "^2.1.0",
    "json-parse-safe": "^1.0.5",
    "lodash": "^4.17.5",
    "mkdirp": "^0.5.1",
    "path-to-regexp": "^2.1.0",
    "request": "^2.69.0",
    "tildify": "^1.1.2"
  },
  "private": false,
  "gitHead": "8fba1c86501cc3665f62c03b53436ebdfb7b190d"
}
