@monstermann/match
Version:
Zero-runtime exhaustive pattern matching.
47 lines (46 loc) • 1.14 kB
JSON
{
"name": "@monstermann/match",
"type": "module",
"version": "0.2.6",
"description": "Zero-runtime exhaustive pattern matching.",
"author": "Michael Ostermann <michaelostermann@me.com>",
"license": "MIT",
"homepage": "https://MichaelOstermann.github.io/match",
"repository": {
"type": "git",
"url": "git+https://github.com/MichaelOstermann/match.git"
},
"bugs": {
"url": "https://github.com/MichaelOstermann/match/issues"
},
"keywords": [
"pattern",
"matching",
"pattern-matching",
"exhaustive",
"typescript",
"match-with",
"match",
"switch"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs"
}
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"files": [
"dist"
],
"scripts": {
"bundle": "tsdown",
"release": "bun publish --access public"
},
"dependencies": {
"type-fest": "^5.0.0"
}
}