-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 881 Bytes
/
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
{
"name": "honkit-api",
"version": "1.0.0",
"description": "",
"type": "module",
"engines": {
"gitbook": ">=3.0.0-pre.0"
},
"dependencies": {
"handlebars": "^4.7.8",
"honkit-plugin-api-documentation": "file:honkit-plugin-api-documentation",
"honkit-plugin-markdown-tabs": "^0.0.1",
"minimist": "^1.2.8",
"neo-async": "^2.6.2",
"uglify-js": "^3.17.4",
"wordwrap": "^1.0.0"
},
"scripts": {
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"",
"reinstall": "rm -rf node_modules/honkit-plugin-api-documentation && npm install",
"build": "honkit build",
"serve": "honkit serve"
},
"keywords": [],
"author": "Pascal Witzig",
"license": "ISC",
"devDependencies": {
"eslint": "^8.7.0",
"honkit": "^5.1.1",
"prettier": "^3.0.3"
},
"prettier": {
"printWidth": 120,
"tabWidth": 2
}
}