12345678910111213141516171819 |
- {
- "name": "@admin-pkg/vite-plugin-http2-proxy",
- "version": "0.0.2",
- "type": "module",
- "description": "",
- "main": "./dist/index.js",
- "types": "./dist/index.d.ts",
- "exports": "./dist/index.js",
- "scripts": {
- "build": "tsc"
- },
- "keywords": [],
- "author": "",
- "license": "MIT",
- "dependencies": {
- "http2-proxy": "^5.0.53"
- },
- "peerDependencies": {}
- }
|