{
  "name": "@wix-pilot/core",
  "version": "3.3.4",
  "description": "A flexible plugin that drives your tests with human-written commands, enhanced by the power of large language models (LLMs)",
  "keywords": [
    "pilot",
    "testing",
    "automation",
    "ai",
    "wix",
    "test-automation"
  ],
  "author": "Asaf Korem <asaf.korem@gmail.com>",
  "homepage": "https://github.com/wix-incubator/pilot",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wix-incubator/pilot.git"
  },
  "scripts": {
    "build": "tsc && tsc-alias",
    "test": "jest",
    "release:patch": "node ../../scripts/release-package.js patch",
    "release:patch:alpha": "node ../../scripts/release-package.js patch --prerelease",
    "release:minor": "node ../../scripts/release-package.js minor",
    "release:minor:alpha": "node ../../scripts/release-package.js minor --prerelease",
    "release:major": "node ../../scripts/release-package.js major",
    "release:major:alpha": "node ../../scripts/release-package.js major --prerelease",
    "lint": "eslint . --ext .ts",
    "lint:fix": "eslint . --ext .ts --fix",
    "type-check": "tsc --noEmit"
  },
  "bugs": {
    "url": "https://github.com/wix-incubator/pilot/issues"
  },
  "dependencies": {
    "chalk": "^4.1.0",
    "pngjs": "^7.0.0",
    "winston": "^3.17.0"
  },
  "peerDependencies": {
    "expect": "*"
  },
  "peerDependenciesMeta": {
    "expect": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/pngjs": "^6.0.5"
  }
}
