{
  "name": "vitepress-theme-nex",
  "version": "0.0.3",
  "description": "",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./*": "./dist/*"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "keywords": [
    "vitepress",
    "blog",
    "nexmoe",
    "theme",
    "news",
    "release"
  ],
  "author": "Nexmoe (https://github.com/nexmoe)",
  "license": "MIT",
  "devDependencies": {
    "autoprefixer": "^10.4.19",
    "postcss": "^8.4.39",
    "tailwindcss": "^3.4.6",
    "typescript": "^5.5.3",
    "unbuild": "^2.0.0",
    "vitepress": "^1.3.1",
    "vue": "^3.4.33"
  },
  "scripts": {
    "dev": "vitepress dev docs",
    "build": "unbuild",
    "prepublish": "unbuild"
  }
}