bitwarden-estensione-browser/libs/components/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
521 B
JSON
Raw Normal View History

2022-03-08 11:50:34 +01:00
{
"name": "@bitwarden/components",
2022-03-08 11:50:34 +01:00
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "jest",
"test:watch": "jest --watch",
2022-03-08 11:50:34 +01:00
"docs:json": "compodoc -p ./tsconfig.json -e json -d .",
"storybook": "npm run docs:json && start-storybook -p 6006",
2022-03-15 13:50:42 +01:00
"build-storybook": "npm run docs:json && build-storybook",
"chromatic": "chromatic --exit-zero-on-changes"
2022-03-08 11:50:34 +01:00
},
"private": true
2022-03-08 11:50:34 +01:00
}