-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 962 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 962 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
{
"dependencies": {
"@aws-sdk/client-s3": "^3.840.0",
"@aws-sdk/lib-storage": "^3.840.0",
"bcrypt": "^6.0.0",
"body-parser": "^2.2.0",
"cors": "^2.8.5",
"express": "^5.1.0",
"http": "^0.0.1-security",
"mongoose": "^8.16.0",
"multer": "^2.0.1",
"nodemailer": "^7.0.3",
"cross-env": "^7.0.3",
"uuid": "^11.1.0"
},
"name": "lore",
"version": "2025.1208.0",
"description": "Lightweight Open Repository Environment",
"main": "src/index.js",
"scripts": {
"start": "cross-env NODE_ENV=production node .",
"test": "node .",
"setup": "cross-env SETUP=true node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/gerardowacker/lore.git"
},
"author": "Gerardo Wacker (https://github.com/gerardowacker)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/gerardowacker/lore/issues"
},
"homepage": "https://github.com/gerardowacker/lore#readme"
}