@typed/io
Version:
Runtime IO type system
48 lines (47 loc) • 1.17 kB
JSON
{
"name": "@typed/io",
"version": "1.2.0",
"description": "Runtime IO type system",
"keywords": [
"TypeScript",
"Typed",
"Validation",
"run-time",
"io",
"encoder",
"decoder"
],
"author": "Tylor Steinberger <tlsteinberger167@gmail.com>",
"main": "./cjs/index.js",
"unpkg": "./umd/index.js",
"module": "./esm/index.js",
"license": "Parity-6.0.0",
"types": "./esm/index.d.ts",
"main:ts": "./source/index.ts",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"tslib": "^2.0.0"
},
"sideEffects": false,
"dependencies": {
"@typed/common": "^3.5.0",
"@typed/disposable": "^3.4.1",
"@typed/effects": "^6.8.0",
"@typed/either": "^8.3.0",
"@typed/http": "^8.8.0",
"@typed/lambda": "^3.4.0",
"@typed/list": "^6.4.4",
"@typed/logic": "^6.5.4",
"@typed/maybe": "^10.4.0",
"@typed/new-type": "^4.0.0",
"@typed/objects": "^6.4.1",
"@typed/remote-data": "^5.0.0",
"@typed/strings": "^7.4.0",
"@typed/tuple": "^3.3.0",
"@typed/uuid": "^9.7.0",
"@typed/validation": "^3.4.4"
},
"gitHead": "3e28f77062790970384a3b022342dd3a01335155"
}