UNPKG

ts-union

Version:

ADT (sum type) in typescript inspired by ML language family

36 lines (35 loc) 843 B
{ "name": "ts-union", "description": "ADT (sum type) in typescript inspired by ML language family", "version": "2.3.0", "license": "MIT", "files": [ "dist-*/", "bin/" ], "pika": true, "sideEffects": false, "keywords": [ "adt", "typescript", "sum-types" ], "repository": "https://github.com/twop/ts-union", "dependencies": {}, "devDependencies": { "@pika/pack": "^0.5.0", "@pika/plugin-build-node": "^0.9.2", "@pika/plugin-build-web": "^0.9.2", "@pika/plugin-ts-standard-pkg": "^0.9.2", "@types/node": "^14.0.11", "ava": "^3.13.0", "prettier": "^2.1.2", "ts-node": "^9.0.0", "typescript": "4.0.3", "unionize": "3.1.0" }, "source": "dist-src/index.js", "types": "dist-types/index.d.ts", "main": "dist-node/index.js", "module": "dist-web/index.js" }