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
674 B
26 lines
674 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": "8.0.3", |
|
"lint-staged": "13.2.2", |
|
"prettier": "2.8.8" |
|
}, |
|
"lint-staged": { |
|
"*": "prettier --cache --write --ignore-unknown" |
|
}, |
|
"scripts": { |
|
"prepare": "husky install" |
|
} |
|
}
|
|
|