UNPKG

@illusionalsagacity/rescript-msw

Version:
55 lines (54 loc) 1.51 kB
{ "name": "@illusionalsagacity/rescript-msw", "version": "0.2.2", "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", "@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": "^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": "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": "^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" }