forked from trendmicro-frontend/tonic-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.16 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": "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",
"clean": "lerna exec --parallel -- yarn clean && lerna clean --yes",
"lerna-publish": "lerna publish",
"lerna-publish-from-git": "lerna publish from-git",
"lerna-publish-from-package": "lerna publish from-package",
"lint": "lerna exec -- yarn lint",
"pre-push": "lerna exec -- yarn pre-push",
"prepare": "husky install",
"version": "yarn install && git stage yarn.lock",
"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": {
"@commitlint/cli": "17.x",
"@commitlint/config-conventional": "17.x",
"husky": "8.x",
"lerna": "7.x"
},
"packageManager": "[email protected]"
}