@betalyra/ts-variant
Version:
Polymorphic variants for typescript
33 lines (32 loc) • 724 B
JSON
{
"name": "@betalyra/ts-variant",
"version": "1.0.1",
"description": "Polymorphic variants for typescript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "npx jest",
"prepublish": "tsc"
},
"keywords": [
"polymorphic variants",
"algebraic data types",
"ADTs",
"open variants"
],
"author": "Jan Schulte",
"license": "MIT",
"type": "module",
"devDependencies": {
"@types/jest": "^29.5.2",
"jest": "^29.5.0",
"ts-essentials": "^9.3.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"ts-pattern": "^5.0.1"
},
"dependencies": {
"ts-essentials": "^9.3.2"
},
"repository": "https://github.com/betalyra/ts-variant.git"
}