Innovenergy_trunk/frontend/node_modules/io-ts/package.json

36 lines
752 B
JSON

{
"name": "io-ts",
"version": "2.2.20",
"description": "TypeScript runtime type system for IO decoding/encoding",
"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.git"
},
"author": "Giulio Canti <giulio.canti@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gcanti/io-ts/issues"
},
"homepage": "https://github.com/gcanti/io-ts",
"peerDependencies": {
"fp-ts": "^2.5.0"
},
"tags": [
"typescript",
"runtime",
"decoder",
"encoder",
"schema"
],
"keywords": [
"typescript",
"runtime",
"decoder",
"encoder",
"schema"
]
}