-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 967 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 967 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
38
39
40
{
"name": "file_server",
"version": "1.2.7",
"description": "A simple but powerful fileserver",
"keywords": [
"Fileserver",
"fileshare"
],
"homepage": "https://github.com/ZayanMuhammed/File_Server#readme",
"bugs": {
"url": "https://github.com/ZayanMuhammed/File_Server/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZayanMuhammed/File_Server.git"
},
"license": "MIT",
"author": "Zayan Muhammed",
"type": "commonjs",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"dependencies": {
"chalk": "^5.6.2",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"multer": "^2.0.2",
"mysql": "^2.18.1",
"path": "^0.12.7",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"tailwindcss": "^3.4.13"
}
}