-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "epo-react-lib",
"private": true,
"version": "0.8.0",
"license": "MIT",
"author": "Rubin EPO",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/lsst-epo/epo-react-lib"
},
"workspaces": [
"packages/epo-react-lib",
"packages/epo-widget-lib",
"packages/eslint-config-react",
"packages/prettier-config",
"packages/epo-style-dictionary"
],
"scripts": {
"postinstall": "yarn workspace @rubin-epo/epo-react-lib run build",
"build-storybook:production": "yarn workspace @rubin-epo/epo-react-lib run build-storybook:production && yarn workspace @rubin-epo/epo-widget-lib run build-storybook:production",
"test": "yarn workspaces run test",
"release": "yarn workspaces run release",
"test:generate-output": "jest --json --outputFile=.jest-test-results.json || true",
"prepare": "husky",
"commitlint": "commitlint --edit"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"conventional-changelog-conventionalcommits": "^8.0.0",
"husky": "^9.1.1"
},
"resolutions": {
"conventional-changelog-conventionalcommits": ">= 8.0.0"
}
}