2016-09-01 04:47:37 +02:00
|
|
|
{
|
2022-01-17 17:26:35 +01:00
|
|
|
"name": "@bitwarden/browser",
|
2022-10-20 20:59:25 +02:00
|
|
|
"version": "2022.10.2",
|
2017-08-31 21:07:39 +02:00
|
|
|
"scripts": {
|
2021-09-24 13:00:58 +02:00
|
|
|
"build": "webpack",
|
2022-06-27 19:38:12 +02:00
|
|
|
"build:mv3": "cross-env MANIFEST_VERSION=3 webpack",
|
2021-09-24 13:00:58 +02:00
|
|
|
"build:watch": "webpack --watch",
|
2022-06-27 19:38:12 +02:00
|
|
|
"build:watch:mv3": "cross-env MANIFEST_VERSION=3 webpack --watch",
|
2021-09-24 13:00:58 +02:00
|
|
|
"build:prod": "cross-env NODE_ENV=production webpack",
|
|
|
|
"build:prod:watch": "cross-env NODE_ENV=production webpack --watch",
|
2018-04-13 21:14:04 +02:00
|
|
|
"dist": "npm run build:prod && gulp dist",
|
2022-10-19 14:31:04 +02:00
|
|
|
"dist:mv3": "cross-env MANIFEST_VERSION=3 npm run build:prod && cross-env MANIFEST_VERSION=3 gulp dist",
|
2022-06-27 19:38:12 +02:00
|
|
|
"dist:chrome": "npm run build:prod && gulp dist:chrome",
|
2018-04-13 21:14:04 +02:00
|
|
|
"dist:firefox": "npm run build:prod && gulp dist:firefox",
|
|
|
|
"dist:opera": "npm run build:prod && gulp dist:opera",
|
|
|
|
"dist:safari": "npm run build:prod && gulp dist:safari",
|
2020-09-23 18:32:07 +02:00
|
|
|
"dist:safari:mas": "npm run build:prod && gulp dist:safari:mas",
|
|
|
|
"dist:safari:masdev": "npm run build:prod && gulp dist:safari:masdev",
|
|
|
|
"dist:safari:dmg": "npm run build:prod && gulp dist:safari:dmg",
|
2022-05-10 10:25:35 +02:00
|
|
|
"test": "jest",
|
|
|
|
"test:watch": "jest --watch",
|
|
|
|
"test:watch:all": "jest --watchAll"
|
2016-09-01 04:47:37 +02:00
|
|
|
}
|
|
|
|
}
|