UNPKG

@zerothrow/vitest

Version:

Vitest matchers for ZeroThrow Result types

69 lines (68 loc) 1.59 kB
{ "name": "@zerothrow/vitest", "version": "1.1.1", "description": "Vitest matchers for ZeroThrow Result types", "author": "J. Kirby Ross <james@flyingrobots.dev> (https://github.com/flyingrobots)", "homepage": "https://github.com/zerothrow/zerothrow#readme", "bugs": { "url": "https://github.com/zerothrow/zerothrow/issues" }, "keywords": [ "zerothrow", "vitest", "test", "matchers", "result", "error-handling", "typescript" ], "engines": { "node": ">=18.17.0" }, "repository": { "type": "git", "url": "https://github.com/zerothrow/zerothrow.git", "directory": "packages/vitest" }, "license": "MIT", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" } }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit", "lint": "echo 'Linting is run from monorepo root'", "clean": "rm -rf dist .turbo", "prepublishOnly": "pnpm run build" }, "peerDependencies": { "@zerothrow/core": ">=0.1.0", "@zerothrow/expect": ">=0.1.0", "vitest": ">=0.30.0" }, "devDependencies": { "@zerothrow/core": "^0.2.3", "@zerothrow/expect": "^0.2.0" }, "publishConfig": { "access": "public" }, "platform": "node", "sideEffects": false }