{
  "name": "@clarigen/docs",
  "version": "4.1.7",
  "public": true,
  "types": "./dist/index.d.cts",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "import": "./dist/index.mjs",
  "scripts": {
    "start": "tsdown --watch",
    "dev": "tsdown --watch",
    "build": "shx rm -rf ./dist && tsdown",
    "test": "vitest run --passWithNoTests",
    "lint": "eslint \"src/**/*.{ts,tsx}\" && prettier --check \"./**/*.{ts,js}\"",
    "typecheck": "tsc --noEmit -p tsconfig-test.json",
    "publish": "bun publish"
  },
  "prettier": "@stacks/prettier-config",
  "author": "Hank Stoever",
  "dependencies": {
    "@clarigen/core": "4.1.7"
  },
  "devDependencies": {},
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    },
    "./package.json": "./package.json"
  }
}
