-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
49 lines (49 loc) · 1.29 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
{
"name": "easy-sharing",
"version": "1.2.2",
"description": "Sharing is a command-line tool to share directories and files from the CLI to iOS and Android devices without the need of an extra client app",
"main": "bin/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bin/index.js"
},
"keywords": [
"file sharing",
"android",
"ios",
"mobile",
"cli sharing",
"directory sharing",
"file serving",
"directory serving",
"mobile file sharing",
"share clipboard",
"receive file",
"send file"
],
"bin": {
"sharing": "./bin/index.js",
"easy-sharing": "./bin/index.js"
},
"author": "amin rostami",
"license": "MIT",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/parvardegr/sharing.git"
},
"bugs": {
"url": "https://github.com/parvardegr/sharing/issues"
},
"homepage": "https://github.com/parvardegr/sharing#readme",
"dependencies": {
"clipboardy": "^3.0.0",
"express": "^4.18.1",
"express-basic-auth": "^1.2.1",
"express-fileupload": "^1.4.0",
"portfinder": "^1.0.32",
"qrcode-terminal": "^0.12.0",
"serve-handler": "github:parvardegr/serve-handler#feature/support-url-prefix",
"yargs": "^17.6.0"
}
}