-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 950 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 950 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
{
"name": "dita-bootstrap.pdf",
"description": "DITA Open Toolkit plug-in that adds print output to the DITA Bootstrap plug-in",
"homepage": "https://github.com/dita-bootstrap/dita-bootstrap.pdf",
"repository": {
"type": "git",
"url": "https://github.com/dita-bootstrap/dita-bootstrap.pdf.git"
},
"license": "Apache-2.0",
"scripts": {
"lint-staged": "lint-staged --no-stash",
"prepare": "lefthook install",
"check": "npm run prettier-check",
"fmt": "npm run format",
"format": "prettier --write \"**/*.{dita*,json,md,xml,xsl,yml}\"",
"format:xml": "prettier --write \"**/*.xml\"",
"format:xsl": "prettier --write \"**/*.xsl\"",
"prettier": "prettier --write \"**/*.{dita*,json,md,xml,xsl,yml}\"",
"prettier-check": "prettier --check \"**/*.{dita*,json,md,xml,xsl,yml}\""
},
"devDependencies": {
"lefthook": "^2.1.6",
"@prettier/plugin-xml": "3.4.2",
"prettier": "3.8.3"
}
}