{
  "name": "ghost-inspector",
  "version": "7.0.1",
  "description": "Ghost Inspector CLI and API Library for Node.js",
  "homepage": "https://github.com/ghost-inspector/node-ghost-inspector",
  "author": {
    "name": "Ghost Inspector",
    "email": "help@ghostinspector.com"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/ghost-inspector/node-ghost-inspector.git"
  },
  "engines": {
    "node": ">=12.0"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "npm run test-unit && npm run test-cli && npm run test-integration",
    "test-unit": "./node_modules/.bin/mocha test/*.js --bail",
    "test-integration": "./node_modules/.bin/mocha test/integration/*.js --bail",
    "test-cli": "./node_modules/.bin/mocha bin/spec.js --bail"
  },
  "main": "./index.js",
  "bin": {
    "ghost-inspector": "./bin/ghost-inspector"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "ngrok": "^4.3.0",
    "request": "^2.88.2",
    "request-promise-native": "^1.0.9",
    "yargs": "^17.3.1"
  },
  "devDependencies": {
    "es-abstract": "^1.19.1",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-standard": "^4.1.0",
    "mocha": "^9.2.0",
    "prettier": "^2.5.1",
    "sinon": "^12.0.1"
  },
  "keywords": [
    "ghost",
    "inspector",
    "ghost inspector",
    "ghostinspector",
    "test",
    "testing",
    "automated testing",
    "browser testing",
    "automated browser testing",
    "selenium",
    "cli",
    "command line interface"
  ],
  "license": "MIT",
  "readmeFilename": "README.md"
}
