{
    "name": "q2-tecton-elements-ie",
    "version": "0.40.6",
    "description": "Q2 Tecton Custom Elements - IE11",
    "main": "dist/index.js",
    "module": "dist/index.mjs",
    "types": "dist/types/components.d.ts",
    "author": "Daniel Chappell(Q2)",
    "license": "MIT",
    "collection": "dist/collection/collection-manifest.json",
    "collection:main": "dist/collection/index.js",
    "publishConfig": {
        "registry": "https://registry.npmjs.org",
        "access": "public"
    },
    "files": [
        "dist/"
    ],
    "scripts": {
        "build": "stencil build",
        "build:dev": "stencil build",
        "build:elements": "stencil build",
        "build:local": "stencil build --dev --watch --serve --es5",
        "test": "stencil test --spec --e2e",
        "test:dev": "stencil test --spec --e2e --watchAll --devtools",
        "clean": "rm -rf dist tmp",
        "problems": "tsc --noEmit",
        "fmt": "prettier -l 'src/**/*.ts*' 'test/**/*.ts*' '*.js*'",
        "fmt:fix": "prettier --write 'src/**/*.ts*' 'test/**/*.ts*' '*.js*'",
        "lint": "tslint --project ./tsconfig.json",
        "lint:fix": "tslint --fix --project ./tsconfig.json"
    },
    "devDependencies": {
        "@stencil/core": "1.12.3",
        "@types/jest": "24.9.1",
        "@types/puppeteer": "1.19.1",
        "jest": "24.9.0",
        "jest-cli": "24.9.0",
        "moment": "^2.24.0",
        "moment-parseformat": "^3.0.0",
        "prettier": "^1.19.1",
        "puppeteer": "2.1.0",
        "tslint": "^6.0.0",
        "tslint-config-prettier": "^1.18.0",
        "workbox-build": "5.0.0"
    },
    "gitHead": "bf87aba5075e5478619a76b1ad1adf2c3bf7171c"
}
