-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.11 KB
/
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
38
39
40
41
42
43
44
45
46
47
{
"name": "archgemini",
"version": "0.1.7",
"description": "ArchGemini simplifies file sharing over the local network, providing an effortless and secure way to share your files with connected devices.",
"main": "back-end/bin/index.cjs.js",
"type": "commonjs",
"bin": {
"archgemini": "back-end/bin/index.cjs.js"
},
"files": [
"front-end/out/",
"back-end/bin/index.cjs.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kpverse/archgemini.git"
},
"keywords": [
"ArchGemini",
"File Sharing",
"Local Network",
"Connected Devices",
"ArchGemini from KPVERSE",
"KPVERSE"
],
"author": {
"name": "Kartavya Patel",
"email": "thekpverse@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/kpverse/archgemini/issues"
},
"homepage": "https://kpverse.in/archgemini",
"dependencies": {
"body-parser": "^1.20.2",
"chalk": "^4.1.2",
"cors": "^2.8.5",
"detect-port": "^1.5.1",
"express": "^4.18.2",
"open": "^8.4.2",
"table": "^6.8.1"
},
"devDependencies": {
"archiver": "^6.0.1"
}
}