forked from docascode/type2docfx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.11 KB
/
package.json
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
{
"name": "type2docfx",
"version": "0.9.121",
"description": "A tool to convert json format output from TypeDoc to universal reference model for DocFx to consume.",
"main": "./dist/main.js",
"bin": "./dist/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wuhanyumsft/type2docfx.git"
},
"keywords": [
"typescript",
"docfx",
"documentation"
],
"author": "Simon Wu (siw)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/wuhanyumsft/type2docfx/issues"
},
"homepage": "https://github.com/wuhanyumsft/type2docfx#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-tslint": "^8.1.2",
"gulp-typescript": "^3.2.2",
"tslint": "^5.6.0",
"typescript": "^2.4.2"
},
"dependencies": {
"@types/commander": "^2.9.2",
"@types/fs-extra": "^4.0.0",
"@types/js-yaml": "^3.9.1",
"@types/lodash": "^4.14.74",
"commander": "^2.11.0",
"fs": "0.0.1-security",
"fs-extra": "^4.0.1",
"js-yaml": "^3.9.1",
"lodash": "^4.17.4"
}
}