mirror of
https://github.com/bitwarden/docs
synced 2025-12-06 01:33:19 +00:00
13 lines
279 B
JSON
13 lines
279 B
JSON
{
|
|
"name": "bitwarden-docs",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"build": "jekyll build",
|
|
"build:watch": "jekyll serve --watch --host=0.0.0.0",
|
|
"deploy": "npm run build && gh-pages --dotfiles --dist _site"
|
|
},
|
|
"devDependencies": {
|
|
"gh-pages": "^1.2.0"
|
|
}
|
|
}
|