{
  "name": "vite-plugin-devtools-json",
  "version": "0.2.1",
  "description": "Vite plugin for generating `com.chrome.devtools.json` on the fly in the devserver.",
  "main": "dist/index.cjs",
  "types": "dist/index.d.ts",
  "module": "dist/index.mjs",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./*": "./dist/*"
  },
  "files": [
    "/dist"
  ],
  "scripts": {
    "build": "rollup -c rollup.config.ts --configPlugin typescript",
    "clean": "rm -rf dist",
    "dev": "rollup -c rollup.config.ts --configPlugin typescript",
    "prepare": "npm run clean && npm run build",
    "test": "vitest --no-watch",
    "test:watch": "vitest --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ChromeDevTools/vite-plugin-devtools-json.git"
  },
  "keywords": [
    "vite",
    "vite-plugin",
    "chrome-devtools",
    "devtools",
    "chrome"
  ],
  "author": "Benedikt Meurer <bmeurer@google.com>",
  "bugs": {
    "url": "https://github.com/ChromeDevTools/vite-plugin-devtools-json/issues"
  },
  "homepage": "https://github.com/ChromeDevTools/vite-plugin-devtools-json#readme",
  "license": "MIT",
  "peerDependencies": {
    "vite": "^2.7.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
  },
  "dependencies": {
    "uuid": "^11.1.0"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/node": "^22.13.5",
    "@types/supertest": "^6.0.2",
    "rollup": "^4.34.8",
    "rollup-plugin-dts": "^6.1.1",
    "rollup-plugin-esbuild": "^6.2.1",
    "supertest": "^7.0.0",
    "tslib": "^2.8.1",
    "typescript": "^5.7.3",
    "vite": "^6.2.0",
    "vitest": "^3.0.8"
  },
  "publishConfig": {
    "registry": "https://wombat-dressing-room.appspot.com"
  }
}
