{
  "name": "habits",
  "version": "1.5.126",
  "description": "Habits - Unified automation workflow platform combining Cortex executor and Base builder",
  "main": "app/main.cjs",
  "types": "app/main.d.ts",
  "bin": {
    "habits": "app/main.cjs"
  },
  "files": [
    "app",
    "base-server",
    "base-ui",
    "cortex-ui",
    "examples",
    "README.md"
  ],
  "scripts": {
    "dev": "tsx src/cli.ts"
  },
  "keywords": [
    "automation",
    "workflow",
    "habits",
    "workflow-automation",
    "no-code",
    "low-code"
  ],
  "author": "Codenteam",
  "license": "AGPL-3.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codenteam/habits.git"
  },
  "homepage": "https://codenteam.com/intersect/habits",
  "optionalDependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.2.71"
  },
  "dependencies": {
    "express": "^4.18.2",
    "dotenv": "^16.3.1",
    "yargs": "^17.7.2",
    "uuid": "^9.0.1",
    "semver": "^7.6.0",
    "@tailwindcss/postcss": "^4.1.3",
    "autoprefixer": "^10.4.20",
    "postcss": "^8.4.49",
    "tailwindcss": "^4.1.3",
    "yaml": "^2.3.4"
  },
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/node": "^20.10.5",
    "@types/yargs": "^17.0.32",
    "@types/uuid": "^9.0.7"
  }
}
