-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1023 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1023 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
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"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",
"prettier": "^3.5.3",
"turbo": "^2.5.0"
},
"type": "module",
"workspaces": [
"apps/*",
"packages/*"
],
"packageManager": "npm@11.0.0"
}