package.json 347 B

12345678910
  1. {
  2. "name": "@stencil/core/internal/client",
  3. "version": "4.20.0",
  4. "description": "Stencil internal client platform to be imported by the Stencil Compiler and internal runtime. Breaking changes can and will happen at any time.",
  5. "main": "./index.js",
  6. "exports": "./index.js",
  7. "type": "module",
  8. "private": true,
  9. "sideEffects": false
  10. }