-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
package.json
29 lines (29 loc) · 1.13 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
{
"name": "circleci-docs",
"version": "1.0.0",
"description": "This is the public repository for <https://circleci.com/docs/>, a static website generated by [Jekyll](https://jekyllrb.com/). If you find any errors in our docs or have suggestions, please follow our [Contributing Guide](CONTRIBUTING.md) to submit an issue or pull request.",
"scripts": {
"jekyll-dev": "bundle exec jekyll serve -s jekyll --incremental --host=0.0.0.0 --trace --config jekyll/_config.yml,jekyll/_config_local.yml",
"json": "bundle exec rake build",
"dev-clean": "bundle exec jekyll clean && rm jekyll/.jekyll-metadata && rm -rf jekyll_json/",
"clean": "docker exec -it jekyll bundle exec jekyll clean",
"stop": "docker-compose down"
},
"repository": {
"type": "git",
"url": "git://github.com/circleci/circleci-docs.git"
},
"license": "MIT",
"devDependencies": {
"markdownlint-cli2": "0.14.0",
"markdownlint-cli2-formatter-json": "0.0.8",
"markdownlint-rule-header-id": "0.0.3",
"serve": "14.2.4"
},
"resolutions": {
"braces": "3.0.3"
},
"resolutions:comments": {
"braces": "CVE-2024-4068"
}
}