UNPKG

467 BJSONView Raw
1{
2 "name": "@edfus/file-server",
3 "version": "1.2.1",
4 "description": "A LAN server with auth, upload and multithreaded download",
5 "type": "module",
6 "types": "file-server.d.ts",
7 "main": "file-server.js",
8 "bin": {
9 "serve": "./bin/cmd.js"
10 },
11 "scripts": {
12 "serve": "node ./bin/cmd.js"
13 },
14 "keywords": [
15 "http-server",
16 "static",
17 "local"
18 ],
19 "author": "edfus",
20 "license": "ISC",
21 "dependencies": {
22 "prompts": "^2.4.0"
23 }
24}