{
    "name": "govco-area-de-servicio",
    "version": "0.0.1",
    "description": "Webcomponent area de servicio GOV.CO",
    "main": "dist/index.js",
    "module": "dist/index.mjs",
    "es2015": "dist/esm/index.mjs",
    "es2017": "dist/esm/index.mjs",
    "types": "dist/types/index.d.ts",
    "collection": "dist/collection/collection-manifest.json",
    "collection:main": "dist/collection/index.js",
    "unpkg": "dist/govco-components/govco-components.js",
    "files": [
        "dist/",
        "loader/"
    ],
    "scripts": {
        "build": "stencil build --docs",
        "start": "stencil build --dev --watch --serve",
        "test": "stencil test --spec --e2e",
        "test.watch": "stencil test --spec --e2e --watchAll",
        "generate": "stencil generate"
    },
    "devDependencies": {
        "@stencil/core": "^1.5.3",
        "@stencil/sass": "^1.0.1"
    },
    "license": "MIT",
    "dependencies": {
        "@types/grecaptcha": "^3.0.0",
        "bootstrap": "^4.3.1",
        "moment": "^2.24.0",
        "moment-with-locales-es6": "^1.0.1",
        "plyr": "^3.5.6",
        "stencil-fragment": "^1.0.1"
    }
}