{
  "name": "prescript",
  "version": "0.55555555.0",
  "description": "Object-oriented acceptance test tool",
  "main": "./lib/singletonApi.js",
  "types": "./api/prescript.d.ts",
  "author": "Thai Pangsakulyanont <thai.p@taskworld.com>",
  "license": "MIT",
  "files": [
    "lib",
    "bin",
    "api/prescript.d.ts",
    "cli.js"
  ],
  "dependencies": {
    "@types/cosmiconfig": "^5.0.3",
    "allure-js-commons": "^2.0.0-beta.7",
    "chalk": "^2.4.1",
    "co": "^4.6.0",
    "cosmiconfig": "^5.0.7",
    "error-stack-parser": "^2.0.1",
    "indent-string": "^3.0.0",
    "invariant": "^2.2.2",
    "minimist": "^1.2.0",
    "ms": "^0.7.2",
    "vorpal": "^1.11.4"
  },
  "devDependencies": {
    "@microsoft/api-documenter": "^7.13.44",
    "@microsoft/api-extractor": "^7.18.7",
    "@types/indent-string": "^3.0.0",
    "@types/invariant": "^2.2.29",
    "@types/jest": "^22.2.3",
    "@types/ms": "^0.7.30",
    "@types/node": "^10.0.0",
    "@typescript-eslint/parser": "^2.2.0",
    "allure-commandline": "^2.13.0",
    "eslint": "^6.3.0",
    "eslint-config-prettier": "^6.2.0",
    "eslint-plugin-prettier": "^3.1.0",
    "glob": "^7.1.2",
    "jest": "^22.4.3",
    "prettier": "^1.18.2",
    "ts-jest": "^22.4.4",
    "typescript": "~3.5.1",
    "vuepress": "^1.4.1"
  },
  "scripts": {
    "lint": "eslint . --ext .ts,.js",
    "build": "tsc",
    "prepare": "rm -rf lib && yarn build",
    "test": "jest",
    "test-examples": "node examples/testAll.js",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs"
  },
  "bin": {
    "prescript": "./bin/prescript"
  }
}
