io-ts-types
Version:
A collection of codecs and combinators for use with io-ts
37 lines • 827 B
JSON
{
"name": "io-ts-types",
"version": "0.5.19",
"description": "A collection of codecs and combinators for use with io-ts",
"main": "lib/index.js",
"module": "es6/index.js",
"typings": "lib/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/gcanti/io-ts-types.git"
},
"author": "Giulio Canti <giulio.canti@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gcanti/io-ts-types/issues"
},
"homepage": "https://github.com/gcanti/io-ts-types",
"peerDependencies": {
"fp-ts": "^2.0.0",
"io-ts": "^2.0.0",
"monocle-ts": "^2.0.0",
"newtype-ts": "^0.3.2"
},
"tags": [
"io-ts",
"fp-ts",
"monocle-ts",
"newtype-ts"
],
"keywords": [
"io-ts",
"fp-ts",
"monocle-ts",
"newtype-ts"
]
}