{
  "name": "@runforesight/foresight-cli-test-uploader",
  "version": "1.2.9",
  "description": "",
  "bin": {
    "foresight-cli": "dist/index.js"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "scripts": {
    "pretest": "npm run build:tsc",
    "test": "mocha --config=.mocharc.json",
    "lint": "eslint src --ext .ts",
    "clean": "rimraf dist coverage tsconfig.tsbuildinfo",
    "build": "esbuild src/index.ts --bundle --minify --target=node12 --platform=node --outfile=dist/index.js && tsc --emitDeclarationOnly",
    "build:tsc": "tsc"
  },
  "keywords": [
    "cli",
    "test",
    "jest",
    "junit",
    "testng",
    "pytest",
    "trx",
    "xunit2",
    "elixir"
  ],
  "author": "Foresight",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/runforesight/foresight-cli.git"
  },
  "bugs": {
    "url": "https://github.com/runforesight/foresight-cli/issues"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "homepage": "https://github.com/runforesight/foresight-cli#README.md",
  "devDependencies": {
    "@runforesight/foresight-cli-config-provider": "1.2.9",
    "@runforesight/foresight-cli-environment-provider": "1.2.9",
    "@runforesight/foresight-cli-logger": "1.2.9",
    "@runforesight/foresight-cli-metadata-provider": "1.2.9",
    "@runforesight/foresight-cli-utils": "1.2.9",
    "@types/node": "^16.11.6",
    "@types/uuid": "^8.3.2",
    "@typescript-eslint/eslint-plugin": "^4.27.0",
    "@typescript-eslint/parser": "^4.27.0",
    "chai": "^4.3.6",
    "esbuild": "^0.14.10",
    "eslint": "^7.29.0",
    "joi": "^17.6.0",
    "mocha": "^10.0.0",
    "portfinder": "^1.0.28",
    "typescript": "^4.4.4",
    "yauzl": "^2.10.0"
  },
  "dependencies": {
    "commander": "^8.3.0"
  },
  "gitHead": "a106b84c4df1bdc5a88605cb6d3c3fb977f16a19"
}
