package.json 380 B

12345678910111213141516171819
  1. {
  2. "name": "@admin-pkg/vite-plugin-http2-proxy",
  3. "version": "0.0.2",
  4. "type": "module",
  5. "description": "",
  6. "main": "./dist/index.js",
  7. "types": "./dist/index.d.ts",
  8. "exports": "./dist/index.js",
  9. "scripts": {
  10. "build": "tsc"
  11. },
  12. "keywords": [],
  13. "author": "",
  14. "license": "MIT",
  15. "dependencies": {
  16. "http2-proxy": "^5.0.53"
  17. },
  18. "peerDependencies": {}
  19. }