package.json 289 B

123456789
  1. {
  2. "name": "@stencil/core/internal",
  3. "version": "2.18.1",
  4. "description": "Stencil internals only to be imported by the Stencil Compiler. Breaking changes can and will happen at any time.",
  5. "main": "./index.js",
  6. "types": "./index.d.ts",
  7. "private": true,
  8. "sideEffects": false
  9. }