-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
69 lines (69 loc) · 1.51 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "directory-serve",
"version": "1.3.6",
"description": "Command line tool to share the directory",
"main": "./bin/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon bin/index.js"
},
"keywords": [
"file sharing",
"http",
"https",
"cli",
"http-server",
"https-server",
"android",
"ios",
"mobile",
"cli sharing",
"directory sharing",
"file serving",
"directory serving",
"mobile file sharing",
"share clipboard",
"receive file",
"send file",
"static",
"file",
"server"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cube-root/directory-serve.git"
},
"engines": {
"node": ">=12.0"
},
"directories": {
"bin": "./bin",
"lib": "./lib"
},
"bin": {
"directory-serve": "./bin/index.js"
},
"author": "Abhijith v ([email protected])",
"license": "ISC",
"bugs": {
"url": "https://github.com/cube-root/directory-serve/issues"
},
"homepage": "https://github.com/cube-root/directory-serve#readme",
"dependencies": {
"express": "^4.18.2",
"formidable": "^2.0.1",
"fs-extra": "^10.1.0",
"os": "^0.1.2",
"parseurl": "^1.3.3",
"qrcode-terminal": "^0.12.0",
"query-string": "^7.1.1",
"send": "^0.18.0",
"yargs": "^17.6.0"
},
"devDependencies": {
"eslint": "^8.25.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"nodemon": "^2.0.20"
}
}