27 lines
598 B
JSON
27 lines
598 B
JSON
{
|
|
"name": "ui-tests",
|
|
"version": "1.0.0",
|
|
"description": "Web testing and browser automation with Playwright for Claude Code",
|
|
"author": "Claude Craftkit",
|
|
"main": "run.js",
|
|
"scripts": {
|
|
"setup": "npm install && npx playwright install chromium",
|
|
"install-all-browsers": "npx playwright install chromium firefox webkit"
|
|
},
|
|
"keywords": [
|
|
"ui-tests",
|
|
"playwright",
|
|
"automation",
|
|
"browser-testing",
|
|
"web-automation",
|
|
"claude-skill"
|
|
],
|
|
"dependencies": {
|
|
"playwright": "^1.56.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|