package.json 300 B

12345678
  1. {
  2. "name": "@stencil/core/internal/client",
  3. "version": "2.15.1",
  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. "private": true,
  7. "sideEffects": false
  8. }