-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 929 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 929 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
{
"name": "@dataforsyningen/gsearch-ui",
"version": "2.2.0",
"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": "support@sdfi.dk",
"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": "^8.8.1",
"esbuild": "^0.25.4"
}
}