{
    "main": "dist/index.cjs.js",
    "module": "dist/index.js",
    "collection": "dist/collection/collection-manifest.json",
    "types": "dist/types/components.d.ts",
    "scripts": {
        "build": "stencil build --docs --config=stencil.config.ts",
        "check-types": "tsc --p ./tsconfig.json --noEmit",
        "clean": "rimraf demo dist docs loader resources",
        "generate": "stencil generate",
        "prepare-assets": "cp -r ../resources/ resources",
        "start": "stencil build --dev --watch --serve --config=stencil.config.ts",
        "test": "stencil test --spec --e2e",
        "test.watch": "stencil test --spec --e2e --watchAll"
    },
    "devDependencies": {
        "@stencil/core": "~2.3.0",
        "@stencil/sass": "^1.3.2",
        "rimraf": "^3.0.2",
        "typescript": "^4.0.5"
    },
    "private": true
}
