{
  "name": "@astro-paper/cli",
  "version": "0.2.0",
  "description": "A comprehensive CLI tool for AstroPaper blog theme management",
  "type": "module",
  "bin": {
    "astro-paper": "./dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "link-cli": "npm unlink @astro-paper/cli && npm link",
    "postinstall": "chmod +x dist/index.js",
    "reset": "rm -rf dist && npm run build && npm run postinstall",
    "cleanup": "rm -rf dist && npm run build && npm run link-cli && npm run postinstall",
    "lint": "eslint .",
    "format": "prettier --write .",
    "format:check": "prettier --check ."
  },
  "devDependencies": {
    "@eslint/js": "^9.29.0",
    "@eslint/json": "^0.12.0",
    "@eslint/markdown": "^6.6.0",
    "@types/lodash.kebabcase": "^4.1.9",
    "@types/node": "^24.0.4",
    "eslint": "^9.29.0",
    "globals": "^16.2.0",
    "prettier": "3.6.1",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.35.0"
  },
  "dependencies": {
    "@clack/prompts": "^0.11.0",
    "@types/fs-extra": "^11.0.4",
    "commander": "^14.0.0",
    "dayjs": "^1.11.13",
    "fs-extra": "^11.3.0",
    "kleur": "^4.1.5",
    "lodash.kebabcase": "^4.1.1",
    "zod": "^3.25.67"
  },
  "author": "satnaing",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "astro",
    "blog",
    "cli",
    "theme",
    "astropaper",
    "static-site",
    "markdown"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/satnaing/astro-paper-cli.git"
  },
  "bugs": {
    "url": "https://github.com/satnaing/astro-paper-cli/issues"
  },
  "homepage": "https://github.com/satnaing/astro-paper-cli#readme"
}
