-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 843 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 843 Bytes
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
{
"name": "@reacttypedoc/docgen",
"version": "0.1.0",
"description": "DocGen for typedoc-react",
"main": "index.js",
"keywords": [
"docgen"
],
"bin": {
"react-typedoc": "bin/docgen"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reacttypedoc/docgen.git"
},
"author": "Zachary Kohnen (DusterTheFirst)",
"license": "GPL-3.0",
"dependencies": {
"@types/nodegit": "^0.22.4",
"chalk": "^2.4.1",
"commander": "^2.19.0",
"inquirer": "^6.2.0",
"nodegit": "^0.23.0",
"tslib": "^1.9.3",
"tslint": "^5.11.0",
"typescript": "^3.1.6"
},
"devDependencies": {
"@types/inquirer": "0.0.43",
"@types/node": "^10.12.2",
"tslint-language-service": "^0.9.9"
}
}