{
  "name": "@numaya/greenlight",
  "version": "0.2.4",
  "description": "Lead quality gate for Twenty CRM. Deterministic scoring plus optional AI and search enrichment.",
  "license": "Elastic-2.0",
  "author": "Numaya AI <support@numaya.ai>",
  "homepage": "https://numaya.ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rizvi-group/numaya-green-light.git",
    "directory": "app"
  },
  "bugs": {
    "email": "support@numaya.ai"
  },
  "engines": {
    "node": "^24.5.0",
    "npm": "please-use-yarn",
    "yarn": ">=4.0.2",
    "twenty": ">=2.12.0 <3.0.0"
  },
  "keywords": [
    "twenty",
    "twenty-crm",
    "twenty-app",
    "crm",
    "lead-scoring",
    "lead-qualification",
    "lead-enrichment",
    "sales",
    "icp"
  ],
  "publishConfig": {
    "access": "public"
  },
  "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 --config vitest.unit.config.ts",
    "test:watch": "vitest --config vitest.unit.config.ts",
    "test:unit": "vitest run --config vitest.unit.config.ts",
    "test:integration": "vitest run --config vitest.config.ts",
    "test:live": "vitest run --config vitest.live.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.26.0",
    "twenty-sdk": "2.26.0",
    "twenty-ui": "1.0.0-alpha.1",
    "typescript": "^5.9.3",
    "vite-tsconfig-paths": "^4.2.1",
    "vitest": "^4.0.0"
  }
}
