-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 918 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 918 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
36
37
{
"name": "file-drop",
"version": "2025.1-60",
"description": "File Drop",
"main": "index.js",
"type": "module",
"directories": {},
"dependencies": {
"bcrypt": "^6.0.0",
"body-parser": "^1.20.3",
"express": "^4.21.0",
"express-rate-limit": "^8.1.0",
"express-session": "^1.18.0",
"express-validator": "^7.2.1",
"file-type": "^21.0.0",
"helmet": "^8.1.0",
"lodash": "^4.17.21",
"mime": "^4.0.4",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"sqlite3": "^5.1.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/the-louie/file-drop.git"
},
"author": "the-louie",
"license": "MIT",
"bugs": {
"url": "https://github.com/the-louie/file-drop/issues"
},
"homepage": "https://github.com/the-louie/file-drop"
}