@proem/variant
Version:
proem package for handling algebraic data types
40 lines (39 loc) • 902 B
JSON
{
"name": "@proem/variant",
"version": "0.0.23",
"description": "proem package for handling algebraic data types",
"keywords": [
"proem",
"adt",
"sum",
"type",
"algebraic",
"variant"
],
"author": "Joni Katajamäki <joni.katajamaki@wunderdog.fi>",
"homepage": "https://github.com/wunderdogsw/proem",
"license": "MIT",
"main": "lib/index.cjs.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wunderdogsw/proem.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/wunderdogsw/proem/issues"
},
"dependencies": {
"@proem/array": "^0.0.23"
},
"gitHead": "9646c0bea1c1d18d291f3c60506774c4cce585ce"
}