{
  "name": "tiko",
  "version": "0.1.0",
  "description": "A forked version of taiko",
  "main": "bin/taiko.js",
  "bin": {
    "taiko": "bin/taiko.js",
    "tiko": "bin/taiko.js"
  },
  "scripts": {
    "doc": "documentation build lib/taiko.js -f md --shallow -o docs/index.md --markdown-toc=false && node docs/setup.js",
    "build": "rm -rf tmp lib; tsc -p tsconfig.json && node lib/documentation.js",
    "watch": "tsc -p tsconfig.json --watch",
    "test:api": "node test/unit-tests/taiko-test.js",
    "examples": "cd examples && npm install && npm test",
    "test:unit:silent": "mocha 'test/unit-tests/**/*.test.js' --timeout 6000 -R dot",
    "test:unit": "mocha 'test/unit-tests/**/*.test.js' --timeout 6000",
    "test": "npm run test:api && npm run test:unit:silent",
    "test-functional": "cd test/functional-tests && npm install && npm test",
    "prepublishOnly": "yarn run build",
    "update-json-doc": "node build/updateJsonDoc.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/getgauge/taiko"
  },
  "keywords": ["headless", "headless-chrome", "headless-testing", "headless-browser"],
  "lint-staged": {
    "**/*.{js}": ["npm run lint", "git add"]
  },
  "taiko": {
    "chromium_revision": "756035",
    "chromium_version": "83.0.4103.0"
  },
  "author": "getgauge",
  "license": "MIT",
  "dependencies": {
    "babylon": "^6.18.0",
    "chrome-location": "^1.2.1",
    "chrome-remote-interface": "^0.28.1",
    "commander": "^5.0.0",
    "debug": "^4.1.1",
    "extract-zip": "^2.0.0",
    "fs-extra": "^9.0.0",
    "https-proxy-agent": "^5.0.0",
    "is-reachable": "^4.0.0",
    "progress": "^2.0.3",
    "proxy-from-env": "^1.0.0",
    "recast": "^0.19.0"
  },
  "devDependencies": {
    "babel-eslint": "^10.0.3",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "documentation": "^12.2.0",
    "eslint": "^6.8.0",
    "handlebars": "^4.7.6",
    "jest": "^25.3.0",
    "lint-staged": "^10.0.9",
    "marked": "^0.8.2",
    "mocha": "^7.1.1",
    "prettier": "^2.0.1",
    "rewire": "^5.0.0",
    "sinon": "^9.0.1",
    "ts-jest": "^25.3.1",
    "ts-node": "^8.8.2",
    "typescript": "^3.8.3"
  }
}
