{
  "name": "@illusionalsagacity/rescript-msw",
  "version": "0.2.1",
  "description": "ReScript bindings for MSW",
  "author": "rob",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/illusionalsagacity/rescript-msw"
  },
  "keywords": [
    "ReScript",
    "Bucklescript",
    "MSW",
    "testing"
  ],
  "scripts": {
    "build": "rescript build -with-deps",
    "clean": "rescript clean",
    "start": "rescript build -w",
    "test": "vitest --silent"
  },
  "files": [
    "/src",
    "bsconfig.json"
  ],
  "devDependencies": {
    "@apollo/client": "^3.6.9",
    "@changesets/cli": "^2.26.0",
    "@glennsl/rescript-fetch": "~0.2.2",
    "@glennsl/rescript-json-combinators": "~1.3.0",
    "@jihchi/vite-plugin-rescript": "^6.0.0",
    "@reasonml-community/graphql-ppx": "1.2.3",
    "@rescript/core": "~0.7.0",
    "@rescript/react": "~0.11.0",
    "@vitest/coverage-v8": "^2.1.3",
    "graphql": "^16.6.0",
    "graphql-tag": "^2.12.6",
    "msw": "^2.4.10",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "rescript": "~11.1.4",
    "rescript-apollo-client": "^3.2.0",
    "rescript-vitest": "^1.5.0",
    "undici": "^6.19.2",
    "vitest": "^2.1.3"
  },
  "peerDependencies": {
    "@glennsl/rescript-fetch": "~0.2.2",
    "msw": "^2.0.0",
    "rescript": "~10.0.0 || ~10.1.0 || ~11.0.0 || ~11.1.0"
  },
  "packageManager": "yarn@4.5.1"
}
