{ "name": "@mintel/estimation-engine", "version": "1.9.9", "private": true, "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "estimate": "./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", "lint": "eslint src", "estimate": "tsx src/cli.ts" }, "dependencies": { "@mintel/concept-engine": "workspace:*", "axios": "^1.6.0", "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" } }