{
  "name": "betterstart-cli",
  "version": "0.0.111",
  "description": "A production ready dashboard,tailored for you in 5 Minutes.",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "bin": {
    "betterstart": "./dist/cli.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run",
    "test:e2e": "pnpm build && vitest run --config vitest.e2e.config.ts",
    "test:coverage": "node scripts/run-coverage.mjs",
    "test:all": "pnpm test:coverage",
    "typecheck": "tsc --noEmit && pnpm check:boundaries",
    "check:boundaries": "tsx scripts/check-boundaries.ts",
    "lint": "oxlint -c ../../.oxlintrc.json && oxfmt --check",
    "lint:fix": "oxlint -c ../../.oxlintrc.json --fix && oxfmt",
    "release": "pnpm lint && pnpm typecheck && pnpm build && npm version patch --no-git-tag-version && npm publish"
  },
  "keywords": [
    "admin",
    "nextjs",
    "admin",
    "crud",
    "generator",
    "drizzle",
    "shadcn",
    "typescript",
    "codegen"
  ],
  "author": "BetterStart",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/BetterStartLabs/cli",
    "directory": "packages/cli"
  },
  "homepage": "https://github.com/BetterStartLabs/cli#readme",
  "bugs": {
    "url": "https://github.com/BetterStartLabs/cli/issues"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@clack/prompts": "^1.2.0",
    "commander": "^13.1.0",
    "fs-extra": "^11.3.0",
    "jiti": "^2.4.2",
    "node-diff3": "^3.1.2",
    "picocolors": "^1.1.1",
    "ts-morph": "^26.0.0",
    "yaml": "^2.9.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^25.0.3",
    "@vitest/coverage-v8": "^4.1.6",
    "c8": "^11.0.0",
    "istanbul-lib-coverage": "^3.2.2",
    "istanbul-lib-report": "^3.0.1",
    "istanbul-reports": "^3.2.0",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3",
    "vitest": "^4.1.6"
  }
}
