-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.03 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.03 KB
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
41
42
{
"name": "seaddataserver",
"version": "1.0.0",
"description": "",
"exports": {
".": {
"import": "./src/index.js",
"require": "./src/index.js"
}
},
"type": "module",
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/humlab-sead/seaddataserver.git"
},
"author": "Johan von Boer",
"license": "ISC",
"bugs": {
"url": "https://github.com/humlab-sead/seaddataserver/issues"
},
"homepage": "https://github.com/humlab-sead/seaddataserver#readme",
"dependencies": {
"@elastic/elasticsearch": "^8.15.0",
"basic-auth": "^2.0.1",
"cors": "^2.8.5",
"dotenv": "^8.6.0",
"express": "^4.21.2",
"express-session": "^1.18.2",
"http": "^0.0.1-security",
"mongodb": "^6.12.0",
"passport": "^0.7.0",
"passport-github2": "^0.1.12",
"passport-google-oauth20": "^2.0.0",
"passport-orcid": "^0.0.4",
"pg": "^8.13.1",
"ws": "^8.18.0"
}
}