{
  "name": "@jihchi/vite-plugin-rescript",
  "version": "7.2.0",
  "keywords": [
    "rollup-plugin",
    "vite-plugin",
    "ReScript",
    "ReasonML",
    "BuckleScript"
  ],
  "homepage": "https://github.com/jihchi/vite-plugin-rescript",
  "repository": "github:jihchi/vite-plugin-rescript",
  "license": "MIT",
  "author": "jihchi",
  "type": "module",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "chalk": "^5.6.2",
    "execa": "^9.6.0",
    "npm-run-path": "^6.0.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.3.8",
    "@sindresorhus/tsconfig": "^7.0.0",
    "@types/node": "^24.10.1",
    "@vitest/coverage-v8": "^3.2.4",
    "np": "*",
    "rimraf": "^6.1.2",
    "sort-package-json": "^3.5.0",
    "tsdown": "v0.12.8",
    "typescript": "^5.9.3",
    "vite": "^7.2.4",
    "vitest": "^3.2.4"
  },
  "peerDependencies": {
    "rescript": ">=9",
    "vite": ">=5.1.0"
  },
  "engines": {
    "node": ">=18.0"
  },
  "scripts": {
    "prebuild": "pnpm clean",
    "build": "tsdown",
    "ci": "biome ci .",
    "clean": "rimraf dist",
    "format": "sort-package-json && biome format --write .",
    "lint": "biome lint .",
    "release": "np",
    "start": "pnpm build --watch",
    "test": "vitest run",
    "typecheck": "tsc"
  }
}