UNPKG

752 BJSONView Raw
1{
2 "name": "io-ts",
3 "version": "2.2.19",
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 "peerDependencies": {
20 "fp-ts": "^2.5.0"
21 },
22 "tags": [
23 "typescript",
24 "runtime",
25 "decoder",
26 "encoder",
27 "schema"
28 ],
29 "keywords": [
30 "typescript",
31 "runtime",
32 "decoder",
33 "encoder",
34 "schema"
35 ]
36}
\No newline at end of file