{
  "name": "@nifty-uploader/web-components",
  "version": "0.0.8",
  "description": "Webcomponents for nifty-uploader",
  "module": "dist/esm/index.js",
  "main": "dist/index.js",
  "unpkg": "dist/niftyuploader.js",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "stencil build",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags"
  },
  "dependencies": {
    "@nifty-uploader/core": "^1.0.0-beta.12"
  },
  "devDependencies": {
    "@stencil/core": "~0.18.1"
  },
  "author": "Marlon Lückert",
  "license": "MIT"
}
