@illusionalsagacity/rescript-msw
Version:
ReScript bindings for MSW
59 lines (58 loc) • 1.71 kB
JSON
{
"name": "@illusionalsagacity/rescript-msw",
"version": "0.3.0",
"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",
"build:ci": "rescript build -warn-error +110",
"clean": "rescript clean",
"format": "rescript format -all",
"format:ci": "rescript format -all -check",
"start": "rescript build -w",
"test": "vitest --silent=passed-only",
"test:ci": "CI=1 vitest --silent=passed-only --run"
},
"files": [
"/src",
"bsconfig.json"
],
"devDependencies": {
"@apollo/client": "^3.6.9",
"@changesets/cli": "^2.29.4",
"@glennsl/rescript-fetch": "~0.2.2",
"@glennsl/rescript-json-combinators": "~1.3.0",
"@illusionalsagacity/graphql-ppx": "2.0.0-f885fc66.0",
"@jihchi/vite-plugin-rescript": "^6.0.0",
"@rescript/core": "~0.7.0",
"@rescript/react": "~0.11.0",
"@vitest/coverage-v8": "^3.1.4",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"msw": "^2.8.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rescript": "~11.1.4",
"rescript-apollo-client": "patch:rescript-apollo-client@npm%3A4.0.0#~/.yarn/patches/rescript-apollo-client-npm-4.0.0-314148036c.patch",
"rescript-vitest": "^2.1.1",
"undici": "^6.19.2",
"vitest": "^3.1.4"
},
"peerDependencies": {
"@glennsl/rescript-fetch": "~0.2.3",
"msw": "^2.0.0",
"rescript": "~10.0.0 || ~10.1.0 || ~11.0.0 || ~11.1.0"
},
"packageManager": "yarn@4.5.1"
}