{ "name": "@mintel/page-audit", "version": "1.9.17", "description": "AI-powered website IST-analysis using DataForSEO and Gemini", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "page-audit": "./dist/cli.js" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "build": "tsup src/index.ts src/cli.ts --format esm --dts --clean", "dev": "tsup src/index.ts src/cli.ts --format esm --watch --dts", "audit": "tsx src/cli.ts" }, "dependencies": { "commander": "^12.0.0", "dotenv": "^17.3.1" }, "devDependencies": { "@mintel/tsconfig": "workspace:*", "@types/node": "^20.0.0", "tsup": "^8.3.5", "tsx": "^4.7.0", "typescript": "^5.0.0" } }