UNPKG

@autifyhq/muon

Version:

Muon - AI-Powered Playwright Test Coding Agent with Advanced Test Fixing Capabilities

66 lines (65 loc) 1.66 kB
{ "name": "@autifyhq/muon", "version": "0.0.8", "description": "Muon - AI-Powered Playwright Test Coding Agent with Advanced Test Fixing Capabilities", "type": "module", "main": "./dist/muon-sdk.js", "types": "./dist/muon-sdk.d.ts", "bin": { "muon": "dist/cli.js" }, "files": [ "dist/**/*", "README.md" ], "scripts": { "build": "tsc", "start": "npm run build && node dist/cli.js", "dev": "tsc --watch", "prepublishOnly": "npm run build", "prepack": "npm run build", "test:install": "npm pack && npm install -g ./$(npm pack | tail -1)", "test:uninstall": "npm uninstall -g @autifyhq/muon", "clean": "rm -rf dist *.tgz", "package": "npm pack", "publish:dry": "npm publish --dry-run", "lint": "biome check .", "lint:fix": "biome check --write .", "format": "biome format --write ." }, "keywords": [ "playwright", "testing", "ai", "automation", "cli", "test-fixing", "browser-testing", "e2e-testing" ], "author": "Autify <developer@autify.com>", "homepage": "https://autify.com", "engines": { "node": ">=20.0.0" }, "dependencies": { "@types/react": "^18.2.0", "axios": "^1.6.0", "chalk": "^5.3.0", "commander": "^11.1.0", "ink": "^4.4.1", "inquirer": "^9.2.12", "marked": "^15.0.12", "marked-terminal": "^7.3.0", "open": "^10.2.0", "playwright": "^1.40.0", "react": "^18.2.0", "yoga-layout-prebuilt": "^1.10.0" }, "devDependencies": { "@biomejs/biome": "^2.1.2", "@types/marked-terminal": "^6.1.1", "@types/node": "^20.10.0", "typescript": "^5.3.0" } }