-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.27 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "io-interface",
"version": "1.10.2",
"description": "Generate io-ts codec solution from TypeScript native interface",
"scripts": {
"test": "cd test && tsc && node compile && node sample.js",
"pretest": "./build.sh",
"posttest": "projectz compile && pretty-quick"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robturtle/io-interface.git"
},
"keywords": [
"TypeScript",
"io-ts"
],
"author": "Yang Liu",
"license": "MIT",
"bugs": {
"url": "https://github.com/robturtle/io-interface/issues"
},
"homepage": "https://github.com/robturtle/io-interface#readme",
"devDependencies": {
"@types/node": "^12.12.14",
"badges": "^2.3.0",
"husky": "^3.1.0",
"io-ts": "^2.0.1",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"ts-node": "^8.5.4",
"ts-patch": "^1.0.4",
"typescript": "^3.7.2"
},
"dependencies": {
"newtype-ts": "^0.3.2",
"fp-ts": "^2.2.0",
"monocle-ts": "^2.0.0",
"io-ts-types": "^0.5.2",
"ts-transformer-decoder-cast": "^5.0.2",
"ts-transformer-interface": "^1.6.2"
},
"peerDependencies": {
"typescript": ">=2.4.1",
"io-ts": ">=2.0.1"
},
"maintainers": [],
"contributors": [
"Yang Liu (http://medium.com/@yl3710)"
]
}