-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 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
43
44
{
"name": "api",
"main": "index.ts",
"type": "module",
"scripts": {
"dev": "NODE_ENV=development DEBUG=upgrade node --watch index.ts"
},
"imports": {
"#config": "./src/config.ts",
"#mongo": "./src/mongo.ts",
"#locks": "./src/locks.ts",
"#doc/*": "./doc/*",
"#types": "./types/index.ts",
"#types/*": "./types/*"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/memoizee": "^0.4.11",
"@types/multer": "^1.4.13",
"@types/resolve-path": "^1.4.3",
"@types/ws": "^8.5.12"
},
"dependencies": {
"@data-fair/lib-express": "^1.20.4",
"@data-fair/lib-node": "^2.8.1",
"@data-fair/lib-utils": "^1.6.1",
"@data-fair/processings-shared": "*",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"config": "^4.0.0",
"crypto-random-string": "^5.0.0",
"express": "^5.0.1",
"fs-extra": "^11.2.0",
"http-terminator": "^3.2.0",
"memoizee": "^0.4.17",
"mongodb": "^6.10.0",
"multer": "^2.1.0",
"nanoid": "^5.0.8",
"resolve-path": "^1.4.0",
"semver": "^7.7.4",
"tmp-promise": "^3.0.3",
"ws": "^8.18.0"
}
}