{
  "name": "devsitescan",
  "version": "1.1.0",
  "description": "",
  "type": "module",
  "main": "dist/cli/index.js",
  "bin": {
    "devsitescan": "dist/cli/index.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "ts-node cli/index.ts",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "ai",
    "website-testing",
    "cli-tool",
    "ux-testing",
    "devtools",
    "playwright",
    "typescript",
    "automation"
  ],
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "author": "gapsyai",
  "license": "MIT",
  "type": "commonjs",
  "dependencies": {
    "axios": "^1.13.6",
    "cheerio": "^1.2.0",
    "commander": "^14.0.3",
    "playwright": "^1.58.2",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/axios": "^0.9.36",
    "@types/cheerio": "^0.22.35",
    "@types/node": "^25.4.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  }
}
