{
  "name": "@xirizhi/astro-halo-theme-integration",
  "type": "module",
  "version": "0.0.5",
  "description": "Astro Halo theme integration",
  "author": "@xirizhi",
  "license": "MIT",
  "homepage": "https://github.com/guicaiyue/astro-halo-theme-integration#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/guicaiyue/astro-halo-theme-integration.git"
  },
  "bugs": "https://github.com/guicaiyue/astro-halo-theme-integration/issues",
  "keywords": [
    "halo-theme",
    "astro",
    "thymeleaf"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs"
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./dist/index.d.ts"
      ]
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub",
    "lint": "eslint .",
    "prepublishOnly": "pnpm build",
    "release": "bumpp && npm publish --access public",
    "typecheck": "tsc --noEmit"
  },
  "devDependencies": {
    "@types/node": "16.11.47",
    "@typescript-eslint/eslint-plugin": "^5.31.0",
    "@typescript-eslint/parser": "^5.31.0",
    "astro": "5.5.2",
    "bumpp": "^8.2.1",
    "cheerio": "1.0.0-rc.12",
    "eslint": "^8.20.0",
    "typescript": "^4.7.4",
    "unbuild": "^0.7.6"
  }
}
