{
  "name": "@charlietango/ddb-widget",
  "version": "0.3.21",
  "description": "Web Component built with Stencil by Charlie Tango",
  "module": "dist/esm/index.js",
  "main": "dist/index.js",
  "unpkg": "dist/ddb-widget.js",
  "repository": {
    "url": "git@bitbucket.org:insilicoconsulting/ddb-widget-frontend.git"
  },
  "author": "Charlie Tango",
  "license": "MIT",
  "homepage": "https://www.charlietango.dk",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "stencil build --prod",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "lint": "tslint -c tslint.json src/**/*.ts"
  },
  "dependencies": {},
  "devDependencies": {
    "@stencil/core": "0.18.1",
    "@stencil/sass": "^0.2.1",
    "tslint": "^5.11.0"
  }
}
