{
  "name": "@zinkawaii/nuxt-shiki",
  "type": "module",
  "version": "0.9.0",
  "description": "Nuxt + Shiki syntax highlighting",
  "license": "MIT",
  "repository": "KazariEX/nuxt-shiki",
  "exports": {
    ".": {
      "types": "./dist/types.d.ts",
      "import": "./dist/module.mjs",
      "require": "./dist/module.cjs"
    }
  },
  "main": "./dist/module.cjs",
  "types": "./dist/types.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@nuxt/kit": "^3.15.4",
    "defu": "^6.1.4",
    "knitwork": "^1.2.0",
    "pathe": "^2.0.3",
    "shiki": "^3.1.0"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^4.5.1",
    "@nuxt/devtools": "^2.2.1",
    "@nuxt/eslint-config": "^1.1.0",
    "@nuxt/module-builder": "~0.6.0",
    "@nuxt/schema": "^3.15.4",
    "@nuxt/test-utils": "^3.17.1",
    "@types/node": "^22.13.9",
    "@zinkawaii/eslint-config": "^0.2.0",
    "automd": "^0.4.0",
    "changelogen": "^0.6.1",
    "eslint": "^9.21.0",
    "nuxt": "^3.15.4",
    "prettier": "^3.5.3",
    "unbuild": "^3.5.0",
    "vitest": "^3.0.7"
  },
  "scripts": {
    "build": "nuxt-module-build build",
    "dev": "nuxi dev playground",
    "dev:build": "nuxi build playground && automd",
    "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
    "test": "vitest run"
  }
}