{
  "name": "@apica-io/asm-auto-deploy",
  "version": "4.6.0",
  "description": "Auto deployment of checks and associated scenarios into Apica ASM",
  "files": [
    "dist/**/*",
    "schema/*",
    "README.md"
  ],
  "main": "dist/index.js",
  "scripts": {
    "cli:validate-small": "node ./dist/cli/index.js -f config/smallDeployment.json  -l debug -w ../work -s ../source --modules validate",
    "cli:validate": "node ./dist/cli/index.js -f config/deployDescriptor.json  -l debug -w ../work -s ../source --modules validate",
    "cli:test": "node ./dist/cli/index.js -f config/deployDescriptor.json -zh /Applications/ZT/ZT55F-P23/ZebraTester/ -l debug -w ../work -s ../source --run -u",
    "cli:checks": "node ./dist/cli/index.js -f config/deployDescriptor.json -zh /Applications/ZT/ZT70A/ZebraTester/ -l debug -w ../work -s ../source  --modules checks -u --run",
    "cli:test-small": "node ./dist/cli/index.js -f config/smallDeployment.json -zh /Applications/ZT/ZT70A/ZebraTester/ -l debug -w ../work -s ../source --run --modules all",
    "cli:test-repo": "node ./dist/cli/index.js -f deployDescriptor.json -zh /Applications/ZT/ZT55F-P23/ZebraTester/ -l debug -w ../work -s ../repositories -rep  https://github.com/jostgrenApica/sampleASMDeployment --run",
    "cli:dev-repo": "node ./dist/cli/index.js -f deployDescriptor.json -zh /Applications/ZT/ZT55F-P23/ZebraTester/ -g \"TM Development\" -l debug -w ../work -s ../repositories -rep https://github.com/jostgrenApica/sampleASMDeployment --run -m checks",
    "runScenario:robotShop": "node dist/cli/runScenario.js -au https://api-wpm2.apicasystem.com/v3/ -t EC0210F5-71E1-4BAD-A8DD-5D14C5DC32BC -bn chromium -bv 74 -lm Frankfurt -u http://ec2-52-57-166-83.eu-central-1.compute.amazonaws.com:8080 -l debug RobotShop_search_deploy ",
    "runScenario:googleTest": "node dist/cli/runScenario.js -au https://api-wpm2.apicasystem.com/v3/ -t EC0210F5-71E1-4BAD-A8DD-5D14C5DC32BC -bn chromium -bv 74 -lm Dublin -u https://www.google.com -l debug google_test ",
    "git:unset-cred": "git config --unset credential.helper",
    "npm:publish": "npm publish --access public",
    "lint": "eslint . --ext .ts",
    "lint-fix": "eslint . --ext .ts --fix",
    "prettier": "prettier 'src/**/*.ts'",
    "prettier:fix": "prettier --write 'src/**/*.ts'"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ApicaSystem/asm-auto-deploy.git"
  },
  "bin": {
    "asm-auto-deploy": "./dist/cli/index.js",
    "asm-run-scenario": "./dist/cli/runScenario.js"
  },
  "author": "Jan Östgren",
  "license": "ISC",
  "dependencies": {
    "adm-zip": "^0.5.6",
    "axios": "^0.21.4",
    "commander": "^7.2.0",
    "del": "^6.0.0",
    "form-data": "^4.0.0",
    "formdata-node": "^3.7.0",
    "json2md": "^1.12.0",
    "jsonschema": "^1.4.0",
    "lodash": "^4.17.21",
    "log4js": "^6.3.0",
    "printf": "^0.6.1",
    "simple-git": "^2.45.1"
  },
  "devDependencies": {
    "@types/adm-zip": "^0.4.34",
    "@types/axios": "^0.14.0",
    "@types/commander": "^2.12.2",
    "@types/form-data": "^2.5.0",
    "@types/lodash": "^4.14.172",
    "@types/log4js": "^2.3.5",
    "@typescript-eslint/eslint-plugin": "^5.8.1",
    "@typescript-eslint/parser": "^5.8.1",
    "eslint": "^8.5.0",
    "prettier": "^2.5.1"
  }
}
