-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.12 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.12 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
{
"name": "@ts-docs/default-docs-structure",
"version": "0.4.4",
"description": "The default docs structure for the ts-docs generator.",
"main": "./dist/index.js",
"assets": "./dist/assets",
"devDependencies": {
"@ts-docs/extractor": "^3.1.1",
"@ts-docs/jsx-to-str": "^0.1.11",
"@ts-docs/ts-docs": "^0.4.3",
"copy-webpack-plugin": "^9.0.1",
"css-minimizer-webpack-plugin": "^3.0.2",
"eslint": "^7.32.0",
"fuzzysort": "^1.1.4",
"highlight.js": "^11.1.0",
"terser-webpack-plugin": "^5.2.2",
"ts-loader": "^9.2.4",
"ttypescript": "^1.5.12",
"typescript": "^4.3.5",
"webpack": "^5.47.1",
"webpack-cli": "^4.9.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ttsc && npx webpack-cli",
"prepublishOnly": "ttsc && npx webpack-cli"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ts-docs/default-docs-structure.git"
},
"keywords": [],
"author": "GoogleFeud",
"license": "MIT",
"bugs": {
"url": "https://github.com/ts-docs/default-docs-structure/issues"
},
"homepage": "https://tsdocs.xyz/"
}