playwright-selector-finder
Version:
A tool for finding and interacting with elements using Playwright's vision locators
40 lines (39 loc) • 883 B
JSON
{
"name": "playwright-selector-finder",
"version": "1.0.3",
"description": "A tool for finding and interacting with elements using Playwright's vision locators",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"test": "playwright test",
"prepublishOnly": "npm run build"
},
"keywords": [
"playwright",
"automation",
"testing",
"vision",
"locators"
],
"author": "Microsoft",
"license": "Apache-2.0",
"dependencies": {
"commander": "^11.0.0",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.22.3"
},
"peerDependencies": {
"@playwright/test": "^1.42.0",
"playwright": "^1.42.0"
},
"devDependencies": {
"@playwright/test": "^1.42.0",
"@types/node": "^20.11.24",
"playwright": "^1.42.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.0.0"
}
}