{
  "name": "@copperjs/copper",
  "version": "1.0.15",
  "description": "A lightweight chromium grid",
  "main": "index.js",
  "bin": {
    "copper": "index.js"
  },
  "homepage": "https://github.com/copperjs/copper",
  "repository": "github:copperjs/copper",
  "keywords": [
    "selenium",
    "puppeteer",
    "headless",
    "chrome",
    "copper",
    "grid",
    "webdriver",
    "testing"
  ],
  "author": "copperjs",
  "scripts": {
    "build": "tsc",
    "start-dev": "node -r ts-node/register ./index.ts",
    "start": "node -r source-map-support/register ./index.js",
    "test": "LOG_ENABLED=false mocha src/**/*.test.ts tests/**/*.test.ts",
    "e2e": "LOG_ENABLED=false mocha tests/**/*.test.ts",
    "unit": "LOG_ENABLED=false mocha src/**/*.test.ts",
    "coverage": "nyc yarn test",
    "lint": "eslint 'src/**/*.ts' 'tests/**/*.ts' --quiet",
    "prepare": "husky install"
  },
  "license": "MIT",
  "dependencies": {
    "chrome-launcher": "^0.14.0",
    "fastify": "^3.18.0",
    "http-proxy": "^1.18.1",
    "http-status-codes": "^2.1.4",
    "make-promises-safe": "^5.1.0",
    "mkdirp": "^1.0.4",
    "node-fetch": "^2.6.1",
    "pino": "^6.11.3",
    "puppeteer-core": "^10.1.0",
    "source-map-support": "^0.5.19",
    "unzipper": "^0.10.11",
    "uuid": "^8.3.2",
    "yargs": "^17.0.1"
  },
  "devDependencies": {
    "@types/chai": "^4.2.19",
    "@types/chai-as-promised": "^7.1.4",
    "@types/fs-extra": "^9.0.11",
    "@types/http-proxy": "^1.17.6",
    "@types/http-status-codes": "^1.2.0",
    "@types/mkdirp": "^1.0.1",
    "@types/mocha": "^8.2.2",
    "@types/node": "^15.12.4",
    "@types/node-fetch": "^2.5.10",
    "@types/pino": "^6.3.8",
    "@types/proxyquire": "^1.3.28",
    "@types/recursive-readdir": "^2.2.0",
    "@types/sinon": "^10.0.2",
    "@types/sinon-chai": "^3.2.5",
    "@types/unzipper": "^0.10.3",
    "@types/uuid": "^8.3.0",
    "@types/ws": "^7.4.5",
    "@types/yargs": "^17.0.0",
    "@typescript-eslint/eslint-plugin": "^4.28.1",
    "@typescript-eslint/parser": "^4.28.1",
    "chai": "^4.3.4",
    "chai-as-promised": "^7.1.1",
    "chai-shallow-deep-equal": "^1.4.6",
    "eslint": "^7.29.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.4.0",
    "fs-extra": "^10.0.0",
    "husky": "^6.0.0",
    "mocha": "^9.0.1",
    "nyc": "^15.1.0",
    "prettier": "^2.3.2",
    "proxyquire": "^2.1.3",
    "puppeteer": "^10.1.0",
    "recursive-readdir": "^2.2.2",
    "sinon": "^11.1.1",
    "sinon-chai": "^3.7.0",
    "ts-node": "^10.0.0",
    "tsc": "^2.0.3",
    "typescript": "^4.3.4",
    "webdriverio": "^7.7.4"
  }
}
