Ben Allfree d5e850041e v2.3.0
2025-07-22 08:47:09 -07:00

91 lines
2.3 KiB
JSON

{
"name": "pockethost",
"version": "2.3.0",
"author": {
"name": "Ben Allfree",
"url": "https://github.com/benallfree"
},
"license": "MIT",
"exports": {
".": {
"import": "./src/index.ts"
},
"./common": {
"import": "./src/common/index.ts"
}
},
"type": "module",
"bin": {
"pockethost": "src/cli/index.ts"
},
"scripts": {
"check:types": "tsc --noEmit ",
"dev": "NODE_ENV=development tsx ./src/cli/index.ts",
"start": "tsx ./src/cli/index.ts"
},
"dependencies": {
"@s-libs/micro-dash": "^18.0.0",
"ajv": "^8.17.1",
"better-sqlite3": "^11.7.2",
"bottleneck": "^2.19.5",
"commander": "^13.0.0",
"cors": "^2.8.5",
"cron": "^4.3.2",
"devcert": "^1.2.2",
"dockerode": "^4.0.3",
"dotenv": "^16.4.7",
"env-paths": "^3.0.0",
"env-var": "^7.5.0",
"eventsource": "^3.0.2",
"exit-hook": "^4.0.0",
"express": "^4.21.2",
"express-async-errors": "^3.1.1",
"express-sslify": "^1.2.0",
"fs-extra": "^11.2.0",
"ftp-srv": "github:pockethost/ftp-srv#0fc708bae0d5d7a55ce948767f082d6fcfb2af59",
"glob": "^11.0.1",
"gobot": "1.0.0-alpha.41",
"http-proxy": "^1.18.1",
"http-proxy-middleware": "^3.0.3",
"ip-cidr": "^4.0.2",
"json-stringify-safe": "^5.0.1",
"memorystream": "^0.3.1",
"node-fetch": "^3.3.2",
"node-os-utils": "^1.3.7",
"pocketbase": "^0.21.3",
"semver": "^7.6.3",
"tail": "^2.2.6",
"tsx": "^4.20.3",
"type-fest": "^4.32.0",
"vhost": "^3.0.2"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.12",
"@types/cors": "^2.8.17",
"@types/d3-scale": "^4.0.8",
"@types/d3-scale-chromatic": "^3.1.0",
"@types/decompress": "^4.2.7",
"@types/dockerode": "^3.3.34",
"@types/eventsource": "^1.1.15",
"@types/express": "^5.0.0",
"@types/express-sslify": "^1.2.5",
"@types/fs-extra": "^11.0.4",
"@types/http-proxy": "^1.17.15",
"@types/js-cookie": "^3.0.6",
"@types/json-stringify-safe": "^5.0.3",
"@types/memorystream": "^0.3.4",
"@types/node": "^22.10.5",
"@types/node-os-utils": "^1.3.4",
"@types/semver": "^7.5.8",
"@types/tail": "^2.2.3",
"@types/unzipper": "^0.10.10",
"@types/vhost": "^3.0.9"
},
"files": [
"src",
"CHANGELOG.md",
"LICENSE",
"README.md"
]
}