-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.33 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
44
45
46
47
48
49
50
51
52
{
"name": "csharp-docs-generator",
"version": "1.0.26",
"description": "A GitHub action that generates html documentation for C# projects.",
"main": "lib/index.js",
"scripts": {
"test": "jest",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FuLagann/csharp-docs-generator.git"
},
"keywords": [
"html",
"csharp",
"mono-cecil",
"github-pages",
"actions",
"github-actions",
"documentation-tool",
"api-documentation"
],
"author": "Paul Gonzalez-Becerra",
"license": "MIT",
"bugs": {
"url": "https://github.com/FuLagann/csharp-docs-generator/issues"
},
"homepage": "https://github.com/FuLagann/csharp-docs-generator#readme",
"dependencies": {
"@actions/artifact": "^0.2.0",
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.4",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^1.6.0",
"@types/ejs": "^3.0.4",
"@types/markdown-it": "0.0.9",
"@types/prettier": "^2.1.2",
"@types/prismjs": "^1.16.1",
"@types/punycode": "^2.1.0",
"@types/xmldom": "^0.1.30",
"ejs": "^3.1.5",
"fs": "0.0.1-security",
"markdown-it": "^10.0.0",
"markdown-it-prism": "^2.1.3",
"path": "^0.12.7",
"prettier": "^2.1.2",
"punycode": "^2.1.1",
"sync-request": "^6.1.0",
"xmldom": "^0.5.0"
}
}