{
  "name": "vite-plugin-dotenvx",
  "type": "module",
  "version": "0.1.1",
  "description": "A Vite plugin to seamlessly integrate with dotenvx.",
  "author": "Chris Breuer <chris@stacksjs.org>",
  "license": "MIT",
  "homepage": "https://github.com/stacksjs/vite-plugin-dotenvx#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stacksjs/vite-plugin-dotenvx.git"
  },
  "bugs": {
    "url": "https://github.com/stacksjs/vite-plugin-dotenvx/issues"
  },
  "keywords": [
    "typescript",
    "dotenvx",
    "vite",
    "plugin",
    "local",
    "dotenv",
    "vite-plugin-dotenvx",
    "development",
    "environment",
    "variables"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./*": {
      "import": "./dist/*"
    }
  },
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": ["dist"],
  "scripts": {
    "build": "bun --bun build.ts",
    "lint": "bunx --bun eslint .",
    "lint:fix": "bunx --bun eslint . --fix",
    "fresh": "bunx rimraf node_modules/ bun.lock && bun i",
    "changelog": "bunx changelogen --output CHANGELOG.md",
    "prepublishOnly": "bun --bun run build",
    "release": "bun run changelog && bunx bumpp package.json --all",
    "test": "bun test",
    "typecheck": "bun --bun tsc --noEmit",
    "dev:docs": "bun --bun vitepress dev docs",
    "build:docs": "bun --bun vitepress build docs",
    "preview:docs": "bun --bun vitepress preview docs"
  },
  "dependencies": {
    "@dotenvx/dotenvx": "^1.38.5"
  },
  "devDependencies": {
    "@stacksjs/docs": "^0.69.3",
    "@stacksjs/eslint-config": "^4.8.2-beta.1",
    "@stacksjs/rpx": "^0.10.0",
    "@types/bun": "^1.2.5",
    "bumpp": "^10.1.0",
    "bun-plugin-dtsx": "^0.21.9",
    "changelogen": "^0.6.1",
    "lint-staged": "^15.5.0",
    "simple-git-hooks": "^2.11.1",
    "typescript": "^5.8.2",
    "unocss": "^66.0.0",
    "vite": "^6.2.1",
    "vite-plugin-vue-devtools": "^7.7.2",
    "vitepress": "^1.6.3"
  },
  "overrides": {
    "unconfig": "0.3.10"
  },
  "simple-git-hooks": {
    "pre-commit": "bunx lint-staged"
  },
  "lint-staged": {
    "*.{js,ts}": "bunx eslint . --fix"
  }
}
