UNPKG

774 BJSONView Raw
1{
2 "name": "io-ts",
3 "version": "2.2.16",
4 "description": "TypeScript runtime type system for IO decoding/encoding",
5 "main": "lib/index.js",
6 "module": "es6/index.js",
7 "typings": "lib/index.d.ts",
8 "sideEffects": false,
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/gcanti/io-ts.git"
12 },
13 "author": "Giulio Canti <giulio.canti@gmail.com>",
14 "license": "MIT",
15 "bugs": {
16 "url": "https://github.com/gcanti/io-ts/issues"
17 },
18 "homepage": "https://github.com/gcanti/io-ts",
19 "dependencies": {},
20 "peerDependencies": {
21 "fp-ts": "^2.5.0"
22 },
23 "tags": [
24 "typescript",
25 "runtime",
26 "decoder",
27 "encoder",
28 "schema"
29 ],
30 "keywords": [
31 "typescript",
32 "runtime",
33 "decoder",
34 "encoder",
35 "schema"
36 ]
37}
\No newline at end of file