You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
675 B
26 lines
675 B
{ |
|
"name": "@bitwarden/gh-actions", |
|
"version": "0.0.0", |
|
"description": "Bitwarden GitHub Actions", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/bitwarden/gh-actions.git" |
|
}, |
|
"author": "Bitwarden Inc. <hello@bitwarden.com> (https://bitwarden.com)", |
|
"license": "SEE LICENSE IN LICENSE.txt", |
|
"bugs": { |
|
"url": "https://github.com/bitwarden/gh-actions/issues" |
|
}, |
|
"homepage": "https://bitwarden.com", |
|
"devDependencies": { |
|
"husky": "9.0.11", |
|
"lint-staged": "15.2.2", |
|
"prettier": "3.2.5" |
|
}, |
|
"lint-staged": { |
|
"*": "prettier --cache --write --ignore-unknown" |
|
}, |
|
"scripts": { |
|
"prepare": "husky install" |
|
} |
|
}
|
|
|