{
  "name": "lead-scoring-agent",
  "version": "0.1.0",
  "license": "MIT",
  "description": "AI lead scoring & enrichment agent for Twenty CRM — auto-scores People and Opportunities 0-100 with reasoning, on create/update and via backfill.",
  "author": "Avinash Sangle (https://github.com/avisangle)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/avisangle/lead-scoring-agent.git"
  },
  "homepage": "https://github.com/avisangle/lead-scoring-agent#readme",
  "bugs": "https://github.com/avisangle/lead-scoring-agent/issues",
  "engines": {
    "node": "^24.5.0",
    "npm": "please-use-yarn",
    "yarn": ">=4.0.2"
  },
  "keywords": ["twenty-app", "twenty", "crm", "lead-scoring", "ai-agent"],
  "packageManager": "yarn@4.13.0",
  "scripts": {
    "twenty": "twenty",
    "lint": "oxlint -c .oxlintrc.json .",
    "lint:fix": "oxlint --fix -c .oxlintrc.json .",
    "typecheck": "tsgo --noEmit -p tsconfig.spec.json",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:unit": "vitest run --config vitest.unit.config.ts"
  },
  "devDependencies": {
    "@types/node": "^24.7.2",
    "@types/react": "^19.0.0",
    "@typescript/native-preview": "^7.0.0-dev.20260116.1",
    "oxlint": "^0.16.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "twenty-client-sdk": "2.22.0",
    "twenty-sdk": "2.22.0",
    "twenty-ui": "1.0.0-alpha.1",
    "typescript": "^5.9.3",
    "vite-tsconfig-paths": "^4.2.1",
    "vitest": "^4.0.0"
  }
}
