{
  "name": "@entro314labs/at3-stack-kit",
  "version": "1.0.0-alpha.1",
  "description": "Upgrade existing projects to AT3 Stack with intelligent migration",
  "keywords": [
    "at3",
    "ait3e",
    "at3-stack",
    "ai-native",
    "nextjs",
    "react",
    "typescript",
    "tailwind",
    "supabase",
    "edge",
    "serverless",
    "migration",
    "upgrade",
    "codemods",
    "cli"
  ],
  "homepage": "https://at3-stack.dev",
  "bugs": {
    "url": "https://github.com/entro314-labs/at3-stack-kit/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/entro314-labs/at3-stack-kit.git",
    "directory": "packages/at3-stack-kit"
  },
  "license": "MIT",
  "author": "entro314-labs",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "at3": "./dist/cli.js",
    "at3-kit": "./dist/cli.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "@clack/prompts": "^0.11.0",
    "boxen": "^8.0.1",
    "chalk": "^5.6.2",
    "commander": "^14.0.2",
    "cross-spawn": "^7.0.6",
    "detect-package-manager": "^3.0.2",
    "figures": "^6.1.0",
    "fs-extra": "^11.3.2",
    "glob": "^13.0.0",
    "gradient-string": "^3.0.0",
    "jscodeshift": "^17.3.0"
  },
  "devDependencies": {
    "@types/cross-spawn": "^6.0.6",
    "@types/figures": "^3.0.3",
    "@types/fs-extra": "^11.0.4",
    "@types/gradient-string": "^1.1.6",
    "@types/node": "^24.10.1",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3",
    "vitest": "^4.0.14"
  },
  "engines": {
    "node": ">=22.x"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest",
    "test:ci": "vitest run",
    "type-check": "tsc --noEmit",
    "check": "biome check src/",
    "check:fix": "biome check --write src/"
  }
}