{
  "name": "vite-ssr-components",
  "version": "0.6.1",
  "type": "module",
  "scripts": {
    "test": "vitest",
    "build": "tsup",
    "watch": "tsup --watch",
    "lint": "eslint 'src/**/*.{ts,tsx}'",
    "lint:fix": "eslint --fix 'src/**/*.{ts,tsx}'",
    "format": "prettier --check 'src/**/*.{ts,tsx}'",
    "format:fix": "prettier --write 'src/**/*.{ts,tsx}'",
    "publint": "publint",
    "prerelease": "bun run build && bun vitest --run",
    "release": "bun run np"
  },
  "files": [
    "dist"
  ],
  "exports": {
    "./common": {
      "types": "./dist/common/index.d.ts",
      "import": "./dist/common/index.js"
    },
    "./react": {
      "types": "./dist/react/index.d.ts",
      "import": "./dist/react/index.js"
    },
    "./hono": {
      "types": "./dist/hono/index.d.ts",
      "import": "./dist/hono/index.js"
    },
    "./plugin": {
      "types": "./dist/plugin/index.d.ts",
      "import": "./dist/plugin/index.js"
    }
  },
  "author": "Yusuke Wada <yusuke@kamawada.com> (https://github.com/yusukebe)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yusukebe/vite-ssr-components.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "devDependencies": {
    "@babel/types": "^7.27.1",
    "@hono/eslint-config": "^2.0.1",
    "@types/babel__traverse": "^7.20.7",
    "@types/node": "^22.15.21",
    "@types/picomatch": "^4.0.0",
    "@types/react": "^19.1.4",
    "@types/react-dom": "^19.1.5",
    "eslint": "^9.27.0",
    "hono": "^4.7.10",
    "np": "^10.2.0",
    "prettier": "^3.5.3",
    "publint": "^0.3.12",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "tsup": "^8.5.0",
    "vite": "^8.0.10",
    "vitest": "^3.1.4"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@babel/parser": "^7.27.2",
    "@babel/traverse": "^7.27.1",
    "picomatch": "^4.0.2"
  }
}
