123456789101112131415 |
- {
- "name": "@stencil/core/internal/app-data",
- "version": "2.18.1",
- "description": "Used for default app data and build conditionals within builds.",
- "main": "./index.cjs",
- "module": "./index.js",
- "types": "./index.d.ts",
- "exports": {
- "import": "./index.js",
- "require": "./index.cjs"
- },
- "type": "module",
- "private": true,
- "sideEffects": false
- }
|