{ "name": "@mintel/seo-engine", "version": "1.9.17", "description": "AI-powered SEO keyword and topic cluster evaluation engine", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "vitest run --passWithNoTests", "clean": "rm -rf dist", "lint": "eslint src --ext .ts" }, "dependencies": { "axios": "^1.7.9", "cheerio": "1.0.0-rc.12", "dotenv": "^16.4.7" }, "devDependencies": { "@mintel/eslint-config": "workspace:*", "@mintel/tsconfig": "workspace:*", "@types/node": "^20.17.17", "tsup": "^8.3.6", "tsx": "^4.19.2", "typescript": "^5.7.3", "vitest": "^3.0.5" } }