Files
pockethost/packages/pending/plugin-waf/package.json
2024-06-26 21:23:55 -07:00

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"
}
}