-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 964 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
31
32
33
34
35
36
37
38
{
"name": "workspace",
"description": "Workspace for react-denmark-map - a customizable plug-and-play map of Denmark for visual presentation.",
"scripts": {
"build": "turbo run build --filter=react-denmark-map",
"lint": "turbo run lint",
"format": "turbo run format && prettier --write .",
"prepare": "husky install",
"storybook": "turbo run storybook",
"test": "turbo run test"
},
"author": "Martin Polley",
"repository": {
"type": "git",
"url": "https://github.com/MartinP460/react-denmark-map"
},
"homepage": "https://github.com/MartinP460/react-denmark-map",
"bugs": {
"url": "https://github.com/MartinP460/react-denmark-map/issues"
},
"keywords": [
"react-denmark-map",
"denmark-map",
"interactive",
"map",
"react",
"svg"
],
"devDependencies": {
"husky": "^9.0.11",
"turbo": "^1.12.4"
},
"type": "module",
"workspaces": [
"apps/*",
"packages/*"
]
}