{
  "name": "@elsa-workflows/elsa-workflow-designer",
  "version": "0.0.61",
  "description": "Stencil Component Starter",
  "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/elsa-workflow-designer/elsa-workflow-designer.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elsa-workflows/elsa-designer-html.git"
  },
  "bugs": {
    "url": "https://github.com/elsa-workflows/elsa-designer-html/issues"
  },
  "homepage": "https://github.com/elsa-workflows/elsa-designer-html",
  "keywords": [
    "workflow",
    "workflow designer",
    "web component",
    "stenciljs"
  ],
  "author": "Sipke Schoorstra",
  "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"
  },
  "devDependencies": {
    "@stencil/core": "^1.2.3",
    "@stencil/sass": "^1.0.1",
    "@types/jquery": "^3.3.30",
    "@types/node": "^12.6.9"
  },
  "license": "BSD-3-Clause",
  "dependencies": {
    "bootstrap": "^4.3.1",
    "dragscroll": "0.0.8",
    "handlebars": "^4.4.2",
    "jquery": "^3.4.1",
    "jsplumb": "^2.11.1",
    "popper.js": "^1.15.0",
    "uuid-browser": "^3.1.0"
  },
  "directories": {
    "doc": "doc"
  }
}
