-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
34 lines (34 loc) · 939 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
{
"name": "geohub",
"version": "1.0.0",
"description": "GeoHub is a geospatial visualization data portal built by UNDP using sveltekit",
"scripts": {
"lint": "pnpm -r lint",
"format": "pnpm -r format",
"build": "pnpm -r build",
"test": "pnpm -r test",
"precommit": "pnpm -r lint && pnpm -r format",
"changeset:version": "changeset version",
"changeset:release": "changeset publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UNDP-Data/geohub.git"
},
"keywords": [],
"author": "United Nations Development Programme",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/UNDP-Data/geohub/issues"
},
"homepage": "https://github.com/UNDP-Data/geohub#readme",
"packageManager": "[email protected]",
"engines": {
"pnpm": "^9.0.0"
},
"type": "module",
"devDependencies": {
"@changesets/cli": "^2.27.8",
"lefthook": "^1.7.18"
}
}