{
  "name": "czon",
  "version": "0.9.10",
  "description": "CZON - AI enhanced Markdown content engine",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": "dist/cli.js",
  "scripts": {
    "build": "npx rimraf dist && tsc",
    "dev": "tsx src/cli.ts",
    "build:doc": "tsx src/cli.ts build",
    "test": "tsx --test src/**/*.test.ts",
    "test:types": "tsc --noEmit",
    "test:cli": "node -e \"const pkg = require('./package.json'); console.log('Package:', pkg.name, 'v' + pkg.version)\"",
    "format": "prettier --write \"**/*.{ts,js,json,md}\"",
    "format:check": "prettier --check \"**/*.{ts,js,json,md}\"",
    "prepublishOnly": "npm run build",
    "prepare": "husky"
  },
  "keywords": [
    "markdown",
    "static-site",
    "documentation",
    "cli"
  ],
  "author": "zccz14",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zccz14/CZON.git"
  },
  "bugs": {
    "url": "https://github.com/zccz14/CZON/issues"
  },
  "homepage": "https://github.com/zccz14/CZON#readme",
  "lint-staged": {
    "*.{ts,js,json,md}": [
      "prettier --write"
    ]
  },
  "devDependencies": {
    "@types/express": "^5.0.6",
    "@types/make-fetch-happen": "^10.0.4",
    "@types/node": "^25.0.3",
    "@types/yaml": "^1.9.6",
    "husky": "^9.1.7",
    "lint-staged": "^16.2.7",
    "prettier": "^3.7.4",
    "tsx": "^4.19.4",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "@inquirer/prompts": "^8.2.0",
    "@opencode-ai/sdk": "^1.1.34",
    "@types/react": "^19.2.7",
    "@types/react-dom": "^19.2.3",
    "clipanion": "^4.0.0-rc.4",
    "dotenv": "^16.4.7",
    "highlight.js": "^11.11.1",
    "make-fetch-happen": "^15.0.3",
    "marked": "^17.0.1",
    "marked-footnote": "^1.4.0",
    "marked-katex-extension": "^5.1.6",
    "react": "^19.2.3",
    "react-dom": "^19.2.3",
    "yaml": "^2.8.2"
  }
}
