@wix-pilot/core
Version:
A flexible plugin that drives your tests with human-written commands, enhanced by the power of large language models (LLMs)
57 lines (56 loc) • 1.41 kB
JSON
{
"name": "@wix-pilot/core",
"version": "3.2.2",
"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:minor": "node ../../scripts/release-package.js minor",
"release:major": "node ../../scripts/release-package.js major",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"type-check": "tsc --noEmit"
},
"bugs": {
"url": "https://github.com/wix-incubator/pilot/issues"
},
"dependencies": {
"pngjs": "^7.0.0",
"winston": "^3.17.0"
},
"peerDependencies": {
"expect": "*"
},
"peerDependenciesMeta": {
"expect": {
"optional": true
}
},
"devDependencies": {
"@types/pngjs": "^6.0.5"
}
}