{
  "name": "rescript-x",
  "description": "A ReScript framework for building server-driven websites and applications on Bun and Vite.",
  "version": "1.4.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zth/res-x.git"
  },
  "homepage": "https://github.com/zth/res-x#readme",
  "bugs": {
    "url": "https://github.com/zth/res-x/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build:resx-client": "node scripts/build-resx-client.mjs",
    "res:build": "rescript",
    "res:clean": "rescript clean",
    "res:dev": "rescript watch",
    "test": "bun test ./test/*.test.js"
  },
  "keywords": [
    "rescript"
  ],
  "files": [
    "README.md",
    "CHANGELOG.md",
    "client/**/*",
    "rescript.json",
    "src/**/*",
    "res-x-vite-plugin.mjs"
  ],
  "author": "Gabriel Nordeborn",
  "license": "MIT",
  "peerDependencies": {
    "rescript": ">=12.0.0-0 <13.0.0",
    "vite": ">=4.4.11",
    "rescript-bun": ">=2.1.0"
  },
  "devDependencies": {
    "rescript": "12.0.0-rc.3",
    "rescript-bun": "2.1.0"
  },
  "dependencies": {
    "chokidar": "^4.0.3",
    "fast-glob": "^3.3.1"
  }
}
