{
  "name": "@testmo/testmo-cli",
  "version": "1.5.0",
  "description": "Testmo command line interface",
  "author": "Testmo GmbH",
  "homepage": "https://www.testmo.com/",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "testmo": "dist/index.js"
  },
  "files": [
    "dist/**/*.js"
  ],
  "scripts": {
    "lint": "npm run compile && npx eslint \"src/**/*.ts\"",
    "lint-fix": "npm run compile && npx eslint --fix \"src/**/*.ts\"",
    "compile": "tsc -p tsconfig.json",
    "test": "TS_NODE_PROJECT=tsconfig.mocha.json node_modules/mocha/bin/mocha.js",
    "test-ci": "TS_NODE_PROJECT=tsconfig.mocha.json node_modules/mocha/bin/mocha.js --reporter node_modules/mocha-junit-reporter --reporter-options jenkinsMode=1,mochaFile=results/results.xml",
    "clean": "rm -rf dist/ && rm -f testmo*.tgz",
    "prepack": "npm run clean && npm run compile"
  },
  "devDependencies": {
    "@types/chai": "^5.2.3",
    "@types/chai-as-promised": "^7.1.8",
    "@types/cli-progress": "^3.11.6",
    "@types/js-yaml": "^4.0.9",
    "@types/lodash": "^4.17.24",
    "@types/mime-types": "^2.1.4",
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.19.17",
    "@types/sinon": "^17.0.4",
    "@types/validator": "^13.15.10",
    "@typescript-eslint/eslint-plugin": "^8.58.1",
    "@typescript-eslint/parser": "^8.58.1",
    "chai": "^4.5.0",
    "chai-as-promised": "^7.1.2",
    "eslint": "^8.57.1",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-import-resolver-typescript": "^3.10.1",
    "eslint-plugin-import": "^2.32.0",
    "mocha": "^11.7.5",
    "mocha-junit-reporter": "^2.2.1",
    "sinon": "^19.0.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "@testmo/testmo-api": "2.7.0",
    "chalk": "^4.1.2",
    "cli-progress": "^3.12.0",
    "commander": "^8.3.0",
    "fast-xml-parser": "^5.5.11",
    "glob": "^11.1.0",
    "js-yaml": "^4.1.0",
    "lodash": "^4.18.1",
    "mime-types": "^2.1.35",
    "validator": "^13.15.35"
  }
}
