bitwardenjavascripttypescriptangularelectronclidesktopnodejswebextensionfirefoxbrowser-extensionchromesafari
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.
20 lines
485 B
20 lines
485 B
{ |
|
"name": "@bitwarden/common", |
|
"version": "0.0.0", |
|
"description": "Common code used across Bitwarden JavaScript projects.", |
|
"keywords": [ |
|
"bitwarden" |
|
], |
|
"author": "Bitwarden Inc.", |
|
"homepage": "https://bitwarden.com", |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/bitwarden/jslib" |
|
}, |
|
"license": "GPL-3.0", |
|
"scripts": { |
|
"clean": "rimraf dist", |
|
"build": "npm run clean && tsc", |
|
"build:watch": "npm run clean && tsc -watch" |
|
} |
|
}
|
|
|