mirror of
https://github.com/pockethost/pockethost.git
synced 2026-03-14 20:35:06 +00:00
26 lines
543 B
JSON
26 lines
543 B
JSON
{
|
|
"name": "@pockethost/plugin-waf-enforce-ssl",
|
|
"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/express-sslify": "^1.2.5",
|
|
"@types/node": "^20.8.10",
|
|
"devcert": "^1.2.2",
|
|
"express-sslify": "^1.2.0",
|
|
"pockethost": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|