mirror of
https://github.com/bitwarden/android.git
synced 2026-03-12 05:04:17 -05:00
27 lines
655 B
JSON
27 lines
655 B
JSON
{
|
|
"name": "@bitwarden/template",
|
|
"version": "0.0.0",
|
|
"description": "Bitwarden Template",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/bitwarden/template.git"
|
|
},
|
|
"author": "Bitwarden Inc. <hello@bitwarden.com> (https://bitwarden.com)",
|
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
"bugs": {
|
|
"url": "https://github.com/bitwarden/template/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"
|
|
}
|
|
}
|