@appetize/create-playwright
Version:
CLI tool to set up Playwright with Appetize
26 lines (25 loc) • 477 B
JSON
{
"name": "@appetize/create-playwright",
"version": "1.0.3",
"description": "CLI tool to set up Playwright with Appetize",
"scripts": {},
"main": "index.js",
"bin": "./index.js",
"keywords": [
"playwright",
"appetize",
"setup",
"create",
"cli",
"mobile",
"testing"
],
"author": "Appetize.io",
"license": "ISC",
"type": "module",
"dependencies": {
"axios": "^1.8.4",
"chalk": "^5.4.1",
"inquirer": "^12.5.2"
}
}