vite-http2-proxy
Version:
An easy to use plugin to solve the problem that vite does not support http2Proxy.
48 lines (47 loc) • 1.06 kB
JSON
{
"name": "vite-http2-proxy",
"version": "1.0.0",
"description": "An easy to use plugin to solve the problem that vite does not support http2Proxy.",
"type": "module",
"files": [
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.js",
"scripts": {
"test": "echo \"Normal: no test specified\" && exit 0",
"build": "tsc && vite build",
"pub": "npm publish --access=public",
"ci": "npm run build && npm run test"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BanShan-Alec/vite-plugin-http2Proxy.git"
},
"keywords": [
"vite",
"plugin",
"http2proxy",
"http2-proxy",
"devcert",
"vite-plugin",
"http2"
],
"author": "",
"license": "MIT",
"peerDependencies": {
"vite": ">=5"
},
"dependencies": {
"devcert": "^1.2.2",
"http2-proxy": "^5.0.53"
},
"devDependencies": {
"@types/node": "^20.12.10",
"typescript": "^5.4.5",
"vite": "^5.2.11"
}
}