{
  "name": "@nightwatch/apitesting",
  "publishConfig": {
    "access": "public"
  },
  "version": "3.1.4",
  "description": "",
  "main": "index.js",
  "types": "./nightwatch/types/index.d.ts",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nightwatchjs/nightwatch-plugin-apitesting.git"
  },
  "keywords": [
    "nightwatchjs",
    "supertest"
  ],
  "author": "Andrei Rusu",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nightwatchjs/nightwatch-plugin-apitesting/issues"
  },
  "homepage": "https://github.com/nightwatchjs/nightwatch-plugin-apitesting#readme",
  "devDependencies": {
    "nightwatch": "^3.1.3",
    "mocha": "^10.2.0"
  },
  "peerDependencies": {
    "nightwatch": "^3.1.3"
  },
  "dependencies": {
    "body-parser": "^1.20.2",
    "cookie-parser": "^1.4.6",
    "cors": "^2.8.5",
    "express": "^4.18.2",
    "lodash": "^4.17.21",
    "methods": "^1.1.2",
    "sinon": "^14.0.2",
    "supertest": "^6.3.1"
  }
}
