aboutsummaryrefslogtreecommitdiff
path: root/playwright-skill/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'playwright-skill/package.json')
-rw-r--r--playwright-skill/package.json26
1 files changed, 0 insertions, 26 deletions
diff --git a/playwright-skill/package.json b/playwright-skill/package.json
deleted file mode 100644
index ada6c8b..0000000
--- a/playwright-skill/package.json
+++ /dev/null
@@ -1,26 +0,0 @@
-{
- "name": "playwright-skill",
- "version": "4.1.0",
- "description": "General-purpose browser automation with Playwright for Claude Code with auto-detection and smart test management",
- "author": "lackeyjb",
- "main": "run.js",
- "scripts": {
- "setup": "npm install && npx playwright install chromium",
- "install-all-browsers": "npx playwright install chromium firefox webkit"
- },
- "keywords": [
- "playwright",
- "automation",
- "browser-testing",
- "web-automation",
- "claude-skill",
- "general-purpose"
- ],
- "dependencies": {
- "playwright": "^1.57.0"
- },
- "engines": {
- "node": ">=14.0.0"
- },
- "license": "MIT"
-}