-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 965 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 965 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
{
"name": "file-sucker",
"version": "0.1.11",
"description": "Grab files from phone to laptop very over WIFI",
"main": "index.js",
"bin": {
"file-sucker": "./server.mjs"
},
"scripts": {
"compile-server": "cr --emit-js -1 --entry server --emit-path=server-out/",
"w-server": "cr --emit-js --entry server --emit-path=server-out/"
},
"repository": {
"type": "git",
"url": "git@github.com:mvc-works/file-sucker.git"
},
"author": "jiyinyiyong",
"license": "MIT",
"devDependencies": {
"axios": "^1.3.4",
"bottom-tip": "^0.1.4",
"http-server": "^14.1.1",
"vite": "^4.1.4"
},
"dependencies": {
"@calcit/procs": "^0.6.23",
"chalk": "^5.2.0",
"dayjs": "^1.11.7",
"finalhandler": "^1.2.0",
"formidable": "^2.1.1",
"ip": "^1.1.8",
"latest-version": "^7.0.0",
"prettysize": "^2.0.0",
"qrcode-terminal": "^0.12.0",
"serve-static": "^1.15.0",
"shortid": "^2.2.16"
}
}