sharemydisk
Version:
Host your local disk in you LAN / WAN.so that any one can access your harddisk over the network by using the web browser like indexing
65 lines (64 loc) • 1.71 kB
JSON
{
"name": "sharemydisk",
"version": "1.2.1",
"description": "Host your local disk in you LAN / WAN.so that any one can access your harddisk over the network by using the web browser like indexing",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/sharemydisk"
},
{
"type": "github",
"url": "https://github.com/sponsors/ankitkrks1"
}
],
"main": "app.js",
"scripts": {
"start": "node index",
"build": "npm run format &&npm run lint && npm run test && tsc && npx webpack",
"lint": "eslint ./src",
"format": "prettier --write \"src/**/*.{js,ts,tsx,json,css,md}\"",
"format:check": "prettier --check \"src/**/*.{js,ts,tsx,json,css,md}\"",
"test": "jest",
"test:watch": "jest --watch"
},
"bin": {
"sharemydisk": "./dist/index.js"
},
"keywords": [
"hostmydisk",
"filesharing",
"index your disk in broswer",
"local indexing",
"share your hard-disk",
"sharemydisk"
],
"author": {
"name": "Ankit K Kashyap",
"email": "kr.ks.ankit@gmail.com"
},
"license": "ISC",
"dependencies": {
"@types/serve-index": "^1.9.4",
"emitter": "^0.0.2",
"express": "^4.21.0",
"serve-index": "^1.9.1",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^22.0.0",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^8.57.0",
"globals": "^15.9.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.3",
"typescript": "^5.5.4",
"typescript-eslint": "^7.18.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}