{
  "name": "vite-static-assets-plugin",
  "type": "module",
  "version": "1.2.2",
  "description": "Typesafe static assets with Vite",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc ",
    "build:watch": "tsc --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "prepare": "husky",
    "typecheck": "tsc --noEmit",
    "release": "bumpp package.json packages/*/package.json --commit --push --tag"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MartinBspheroid/vite-static-assets-plugin.git"
  },
  "files": [
    "dist",
    "dist/index.d.ts",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "keywords": [
    "vite",
    "plugin",
    "static"
  ],
  "workspaces": [
    "test-apps/*",
    "packages/*"
  ],
  "author": "Martin Blasko",
  "license": "MIT",
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@types/node": "^22.13.1",
    "@vitest/coverage-v8": "^1.0.0",
    "bumpp": "^10.1.0",
    "git-cliff": "^2.8.0",
    "globals": "^16.0.0",
    "husky": "^9.1.7",
    "typescript": "^5.7.0",
    "vite": "^6.2.0",
    "vitest": "^1.0.0"
  },
  "dependencies": {
    "chalk": "^5.4.1",
    "chokidar": "^3.5.3",
    "minimatch": "^10.0.1"
  },
  "peerDependencies": {
    "typescript": "^5.0.0",
    "vite": "^6.2.0"
  }
}