mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-07 01:21:31 +00:00
25 lines
496 B
JSON
25 lines
496 B
JSON
{
|
|
"name": "@pockethost/plugin-waf",
|
|
"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": {
|
|
"@types/vhost": "^3.0.9",
|
|
"http-proxy-middleware": "^2.0.6",
|
|
"pockethost": "workspace:^",
|
|
"vhost": "^3.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|