mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-13 03:49:58 +00:00
24 lines
521 B
JSON
24 lines
521 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": {
|
|
"devcert": "^1.2.2",
|
|
"ftp-srv": "github:pockethost/ftp-srv#0fc708bae0d5d7a55ce948767f082d6fcfb2af59",
|
|
"pockethost": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|