-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 967 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
{
"name": "@dataforsyningen/gsearch-ui",
"version": "2.1.3",
"description": "UI component for GSearch.",
"main": "public/search.js",
"type": "module",
"scripts": {
"dev": "export NODE_ENV=development && node esbuild.js",
"build": "export NODE_ENV=production && node esbuild.js",
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SDFIdk/gsearch-ui.git"
},
"keywords": [
"Dataforsyningen",
"SDFI",
"gsearch"
],
"author": {
"name": "Styrelsen for Dataforsyning og Infrastruktur",
"email": "[email protected]",
"url": "https://sdfi.dk/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/SDFIdk/gsearch-ui/issues"
},
"homepage": "https://github.com/SDFIdk/gsearch-ui#readme",
"devDependencies": {
"@dataforsyningen/designsystem": "^7.12.2",
"esbuild": "^0.20.2",
"esbuild-sass-plugin": "^3.2.0"
}
}