generated from peter-evans/swagger-github-pages
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 911 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 911 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
{
"name": "apidocs",
"version": "4.114.0",
"description": "Documentation for the Social+ API Reference",
"private": true,
"scripts": {
"lint": "redocly lint swagger.yaml",
"build": "redocly bundle swagger.yaml --remove-unused-components -d -o bundled.json",
"prepare-local": "npm run build && rm -rf ./local && cp -r build local && cp ./bundled.json ./local/bundled.json && sh ./scripts/prepare-local.sh",
"prepare": "husky",
"changelog:gen": "git-cliff --output CHANGELOG.md",
"changelog:rc": "git-cliff --output CHANGELOG.md",
"changelog:patch": "git-cliff --bump patch --output CHANGELOG.md",
"changelog:minor": "git-cliff --bump minor --output CHANGELOG.md",
"changelog:major": "git-cliff --bump major --output CHANGELOG.md"
},
"dependencies": {
"@redocly/cli": "1.34.3"
},
"devDependencies": {
"git-cliff": "2.9.1",
"husky": "^9.1.7"
}
}