forked from gpbl/react-day-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 790 Bytes
/
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
{
"engines": {
"node": ">=14",
"yarn": "3"
},
"packageManager": "[email protected]",
"name": "@react-day-picker/monorepo",
"private": true,
"description": "Monorepo of react-day-picker",
"author": "Giampaolo Bellavite <[email protected]>",
"homepage": "http://react-day-picker.js.org",
"license": "MIT",
"scripts": {
"build-all": "yarn workspaces foreach run build",
"lint-all": "yarn workspaces foreach -pt run lint",
"test-all": "yarn workspaces foreach run test",
"typecheck-all": "yarn workspaces foreach run typecheck"
},
"repository": {
"type": "git",
"url": "https://github.com/gpbl/react-day-picker"
},
"bugs": {
"url": "https://github.com/gpbl/react-day-picker/issues"
},
"workspaces": [
"website",
"packages/*"
]
}