-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.39 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.39 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
52
53
54
55
56
57
58
59
{
"name": "inferjs",
"version": "0.0.6",
"description": "A package of InferJS tools, designed for runtime checking of Javascript types and narrowing through expectations.",
"main": "index.js",
"homepage": "https://inferjs.com",
"type": "module",
"dependencies": {
"inferjs-compiler": "^0.0.9",
"inferjs-doc-builder": "^0.0.1",
"inferjs-library": "^0.0.7"
},
"scripts": {},
"keywords": [
"inferjs",
"infer js",
"inferjs library",
"inferjs-library",
"inferjs compiler",
"inferjs-compiler",
"inferjs doc builder",
"inferjs-doc-builder",
"type checking",
"type checking javascript",
"compiler",
"type",
"types",
"js types",
"js comments",
"javascript types",
"javascript comments",
"infer",
"infers",
"infer rules",
"infer type",
"infer types",
"expect",
"infer expectations",
"jsdoc"
],
"author": {
"name": "Adam Smith",
"url": "https://codevendor.com/"
},
"contributors": [],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Codevendor/inferjs.git"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=5.0.0"
},
"bugs": {
"url": "https://github.com/Codevendor/inferjs/issues"
},
"engineStrict": true
}