-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
41 lines (41 loc) · 1.49 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
38
39
40
41
{
"name": "tonic-ui-monorepo",
"description": "Tonic UI is a themeable UI component library built on top of Emotion and Styled System.",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "lerna exec -- yarn build",
"build-public": "lerna exec --no-private -- yarn build",
"clean": "lerna exec --parallel -- yarn clean && lerna clean --yes",
"changeset": "changeset",
"ci-publish": "yarn lerna-publish-from-package --yes",
"lerna-publish": "yarn build && yarn lint && yarn test && lerna publish --no-private",
"lerna-publish-from-git": "yarn build && yarn lint && yarn test && lerna publish from-git --no-private",
"lerna-publish-from-package": "yarn build && yarn lint && yarn test && lerna publish from-package --no-private",
"lint": "lerna exec -- yarn lint",
"pre-push": "lerna exec -- yarn pre-push",
"prepare": "husky install",
"test": "lerna exec -- yarn test"
},
"author": "Cheton Wu",
"homepage": "https://github.com/trendmicro-frontend/tonic-ui",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/trendmicro-frontend/tonic-ui.git"
},
"bugs": {
"url": "https://github.com/trendmicro-frontend/tonic-ui/issues"
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@commitlint/cli": "17.x",
"@commitlint/config-conventional": "17.x",
"@tonic-ui/changelog-github": "workspace:*",
"husky": "8.x",
"lerna": "7.x"
},
"packageManager": "yarn@3.2.4"
}