-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
31 lines (31 loc) · 866 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
{
"name": "@watergis/svelte-maplibre-components",
"version": "1.0.0",
"description": "This repository to manage packages of svelte maplibre components for water application.",
"scripts": {
"lint": "pnpm -r lint",
"format": "pnpm -r format",
"build": "pnpm -r build",
"release": "changeset publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/watergis/svelte-maplibre-components.git"
},
"keywords": [],
"author": "Jin IGARASHI",
"license": "MIT",
"bugs": {
"url": "https://github.com/watergis/svelte-maplibre-components/issues"
},
"homepage": "https://github.com/watergis/svelte-maplibre-components#readme",
"devDependencies": {
"@changesets/cli": "^2.27.7",
"lefthook": "^1.7.14"
},
"packageManager": "[email protected]",
"engines": {
"pnpm": "^9.0.0"
},
"type": "module"
}