{
  "name": "@irsyadadl/d",
  "type": "module",
  "version": "0.14.6",
  "description": "This is a command line tool for D.",
  "main": "dist/index.js",
  "bin": {
    "@irsyadadl/d": "./dist/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/irsyadadl/d.cli"
  },
  "homepage": "https://d.irsyad.co",
  "scripts": {
    "dev": "tsup --watch",
    "prepare": "husky",
    "rp": "npm uninstall @irsyadadl/paranoid clsx cmdk embla-carousel-react framer-motion input-otp react-aria-components sonner tailwind-merge tailwind-variants tailwindcss-animate tailwindcss-react-aria-components",
    "clean": "rimraf d.json && rimraf src/styles && rimraf src/index.css &&  rimraf src/app && rimraf styles/app.css && rimraf src/app/globals.css && rimraf app/globals.css && rimraf src/components && rimraf styles && rimraf resources && rimraf src/components && rimraf components && npm run rp",
    "build": "tsup && npm run format",
    "start": "tsc && npm link",
    "format": "prettier --write \"src/**/*.ts\"",
    "preview": "npm run clean && npm run build && npm link",
    "pr": "rimraf tailwind.config.js && rimraf tailwind.config.ts && npm run clean && npm run build && git commit -a",
    "pre": "chmod a+x dist/index.js",
    "release": "release-it"
  },
  "keywords": [
    "cli",
    "D.",
    "design-system"
  ],
  "author": "Irsyad A. Panjaitan",
  "license": "MIT",
  "devDependencies": {
    "@changesets/cli": "^2.27.7",
    "@commitlint/cli": "^19.3.0",
    "@commitlint/config-conventional": "^19.2.2",
    "@release-it/conventional-changelog": "^8.0.1",
    "@types/babel__core": "^7.20.5",
    "@types/fs-extra": "^11.0.4",
    "@types/inquirer": "^9.0.7",
    "@types/node": "^20.14.10",
    "husky": "^9.0.11",
    "prettier": "^3.3.2",
    "release-it": "^17.5.0",
    "rimraf": "^5.0.9",
    "tsup": "^8.1.0",
    "typescript": "^5.5.3"
  },
  "dependencies": {
    "@antfu/ni": "^0.21.12",
    "@babel/core": "^7.24.8",
    "@babel/parser": "^7.24.8",
    "@babel/plugin-transform-typescript": "^7.24.8",
    "@inquirer/prompts": "^5.1.2",
    "chalk": "^5.3.0",
    "commander": "^12.1.0",
    "ora": "^8.0.1"
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}"
    },
    "github": {
      "release": true
    },
    "npm": {
      "publish": true
    },
    "publishConfig": {
      "access": "public",
      "registry": "https://npm.pkg.github.com"
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "infile": "CHANGELOG.md",
        "preset": {
          "name": "conventionalcommits",
          "types": [
            {
              "type": "feat",
              "section": "Features"
            },
            {
              "type": "fix",
              "section": "Bug Fixes"
            },
            {
              "type": "refactor",
              "section": "Refactors"
            },
            {
              "type": "chore",
              "section": "Chores"
            }
          ]
        }
      }
    }
  }
}
