-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 843 Bytes
/
package.json
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": "filehost",
"version": "1.2.0",
"description": "Node.js Minimal and Simple file hosting with video streaming support",
"main": "index.js",
"scripts": {
"dev": "nodemon .",
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/JustHxnry/node-filehost.git"
},
"keywords": [
"files",
"file",
"host",
"filehosting"
],
"author": "JustHxnry",
"license": "ISC",
"bugs": {
"url": "https://github.com/JustHxnry/node-filehost/issues"
},
"homepage": "https://github.com/JustHxnry/node-filehost#readme",
"dependencies": {
"dotenv": "^16.0.2",
"express": "^4.18.1",
"express-fileupload": "^1.4.0",
"fs": "^0.0.1-security",
"mime-types": "^2.1.35",
"path": "^0.12.7"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}