{
  "name": "@sakuli/commons",
  "version": "3.0.0",
  "description": "",
  "main": "dist/index.js",
  "typings": "dist",
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "typedoc": "typedoc --options ../../typedoc.js --out ../../docs/sakuli-commons src/index.ts",
    "test:watch": "jest --watch --coverage",
    "test:ci": "jest --runInBand --no-cache --coverage --passWithNoTests",
    "prepublishOnly": "lerna bootstrap --ignore integration-tests --ignore e2e-tests && npm run build",
    "typedoc:json": "typedoc --options ../../typedoc.js --json ../../docs/sakuli-commons/docs.json --out ../../docs/sakuli-commons src/index.ts"
  },
  "keywords": [
    "sakuli",
    "e2e",
    "ui",
    "testing"
  ],
  "contributors": [
    "Tim Keiner <tim.keiner@consol.de>",
    "Simon Hofmann <simon.hofmann@consol.de>",
    "Sven Hettwer <sven.hettwer@consol.de>",
    "Cliff Le Van <cliff.le.van@consol.de>"
  ],
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/common-tags": "1.8.1",
    "@types/jest": "26.0.24",
    "@types/node": "17.0.16",
    "@types/properties-reader": "2.1.1",
    "jest": "27.2.0",
    "jest-jasmine2": "27.4.6",
    "sneer": "1.0.1",
    "ts-jest": "27.0.5",
    "typedoc": "0.22.11",
    "typescript": "4.5.5"
  },
  "dependencies": {
    "@types/yargs": "17.0.8",
    "common-tags": "1.8.2",
    "properties-reader": "2.2.0",
    "reflect-metadata": "0.1.13",
    "yargs": "17.3.1"
  },
  "gitHead": "8f446541b83a0bd6e79cb46c3969df128d19c845"
}
