UNPKG

364 BJSONView Raw
1{
2 "name": "@stencil/core/mock-doc",
3 "version": "2.18.0",
4 "description": "Mock window, document and DOM outside of a browser environment.",
5 "main": "./index.cjs",
6 "module": "./index.js",
7 "types": "./index.d.ts",
8 "exports": {
9 "import": "./index.js",
10 "require": "./index.cjs"
11 },
12 "type": "module",
13 "private": true,
14 "sideEffects": false
15}