{ "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": { "devcert": "^1.2.2", "ftp-srv": "github:pockethost/ftp-srv#0fc708bae0d5d7a55ce948767f082d6fcfb2af59", "pockethost": "workspace:^" }, "devDependencies": { "typescript": "^5.4.5" } }