{
  "name": "kenji",
  "description": "Your best friend to start a new project",
  "private": false,
  "type": "module",
  "version": "0.4.1",
  "main": "dist/index.js",
  "bin": "dist/index.js",
  "files": [
    "dist/**"
  ],
  "author": {
    "name": "Fellipe Utaka",
    "email": "fellipeutaka@gmail.com",
    "url": "https://github.com/fellipeutaka"
  },
  "license": "MIT",
  "devDependencies": {
    "@biomejs/biome": "^1.6.3",
    "@changesets/cli": "^2.27.1",
    "@commitlint/cli": "^19.2.1",
    "@commitlint/config-conventional": "^19.1.0",
    "@commitlint/cz-commitlint": "^19.2.0",
    "@types/cross-spawn": "^6.0.6",
    "@types/node": "^20.11.30",
    "@types/validate-npm-package-name": "^4.0.2",
    "commitizen": "^4.3.0",
    "lefthook": "^1.6.7",
    "lint-staged": "^15.2.2",
    "tsup": "^8.0.2",
    "typescript": "^5.4.3"
  },
  "dependencies": {
    "@clack/prompts": "^0.7.0",
    "@commander-js/extra-typings": "^12.0.1",
    "commander": "^12.0.0",
    "cross-spawn": "^7.0.3",
    "fast-glob": "^3.3.2",
    "picocolors": "^1.0.0",
    "validate-npm-package-name": "^5.0.0"
  },
  "lint-staged": {
    "*": [
      "biome check --apply --no-errors-on-unmatched --files-ignore-unknown=true"
    ]
  },
  "config": {
    "commitizen": {
      "path": "@commitlint/cz-commitlint"
    }
  },
  "scripts": {
    "start": "node .",
    "build": "tsup",
    "lint": "biome check --apply .",
    "type-check": "tsc --noEmit",
    "release": "pnpm build && changeset publish",
    "commit": "cz"
  }
}