-
-
Notifications
You must be signed in to change notification settings - Fork 100
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 673 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 673 Bytes
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
{
"name": "@howljs/calendar-kit-monorepo",
"version": "0.1.0",
"packageManager": "yarn@4.1.1",
"private": true,
"workspaces": {
"packages": [
"packages/*",
"apps/example"
]
},
"scripts": {
"docs": "yarn --cwd apps/docs",
"example": "yarn workspace calendar-kit-example",
"build": "yarn workspaces foreach -A -p run build",
"lint": "yarn workspaces foreach -A -p run lint",
"prepare": "husky",
"release": "yarn workspace @howljs/calendar-kit release"
},
"devDependencies": {
"eslint": "^8.57.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.2",
"prettier": "^3.3.3",
"typescript": "~5.3.0"
}
}