{
  "name": "vite-plugin-toml",
  "version": "0.9.0",
  "description": "A plugin for rollup/vite to import a toml file.",
  "keywords": [
    "rollup",
    "rollup-plugin",
    "toml",
    "vite"
  ],
  "homepage": "https://github.com/sapphi-red/vite-plugin-toml#readme",
  "bugs": {
    "url": "https://github.com/sapphi-red/vite-plugin-toml/issues"
  },
  "license": "MIT",
  "author": "sapphi-red",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sapphi-red/vite-plugin-toml.git"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/sapphi-red"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "exports": {
    ".": "./dist/index.mjs"
  },
  "dependencies": {
    "@rollup/pluginutils": "^5.4.0",
    "toml-eslint-parser": "^1.0.3"
  },
  "devDependencies": {
    "@types/node": "^22.19.19",
    "oxfmt": "^0.52.0",
    "oxlint": "^1.67.0",
    "oxlint-tsgolint": "^0.23.0",
    "rollup": "^4.60.4",
    "tsdown": "^0.22.1",
    "typescript": "^6.0.3",
    "vitest": "^4.1.7"
  },
  "peerDependencies": {
    "rollup": "^4.0.0"
  },
  "engines": {
    "node": "^22.18.0 || ^24.12.0 || >=26.0.0"
  },
  "compatiblePackages": {
    "schemaVersion": 1,
    "vite": {
      "type": "compatible",
      "versions": "^7.0.0 || ^8.0.0"
    },
    "rolldown": {
      "type": "compatible",
      "versions": "^1.0.0"
    }
  },
  "scripts": {
    "dev": "npm run build -- --watch",
    "build": "tsdown src/index.ts --dts --format esm --target=node20",
    "test": "vitest",
    "test:run": "vitest run",
    "lint": "oxlint --type-aware --type-check",
    "format": "oxfmt ."
  }
}