package.json 227 B

12345678
  1. {
  2. "name": "@stencil/core/dev-server",
  3. "version": "2.18.1",
  4. "description": "Stencil Development Server which communicates with the Stencil Compiler.",
  5. "main": "./index.js",
  6. "types": "./index.d.ts",
  7. "private": true
  8. }