mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-07 09:31:31 +00:00
31 lines
708 B
JSON
31 lines
708 B
JSON
{
|
|
"name": "@pockethost/plugin-ftp-server",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "src/index.ts",
|
|
"module": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"check-types": "tsc --noEmit "
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@s-libs/micro-dash": "^16.1.0",
|
|
"commander": "^11.1.0",
|
|
"devcert": "^1.2.2",
|
|
"ftp-srv": "github:pockethost/ftp-srv#0fc708bae0d5d7a55ce948767f082d6fcfb2af59",
|
|
"inquirer": "^9.2.15",
|
|
"pocketbase": "^0.21.3"
|
|
},
|
|
"peerDependencies": {
|
|
"pockethost": "workspace:^1.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/inquirer": "^9.0.7",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|