{ "name": "@mintel/concept-engine", "version": "1.9.2", "private": true, "description": "AI-powered web project concept generation and analysis", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "concept": "./dist/cli.js" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "vitest", "clean": "rm -rf dist", "lint": "eslint src --ext .ts", "concept": "tsx src/cli.ts run" }, "dependencies": { "@mintel/journaling": "workspace:*", "@mintel/page-audit": "workspace:*", "axios": "^1.7.9", "cheerio": "1.0.0-rc.12", "commander": "^13.1.0", "dotenv": "^16.4.7" }, "devDependencies": { "@types/node": "^20.17.17", "tsup": "^8.3.6", "tsx": "^4.19.2", "typescript": "^5.7.3", "vitest": "^3.0.5" } }