{
  "name": "@bpmn-io/form-js-playground",
  "version": "1.21.3",
  "description": "A form-js playground",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/index.es.js",
      "require": "./dist/index.cjs"
    },
    "./dist/assets/form-js-playground.css": "./dist/assets/form-js-playground.css",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.cjs",
  "module": "dist/index.es.js",
  "umd:main": "dist/form-playground.umd.js",
  "types": "dist/types/index.d.ts",
  "scripts": {
    "all": "run-s lint test build",
    "build": "run-p bundle generate-types",
    "bundle": "rollup -c --failAfterWarnings",
    "bundle:watch": "rollup -c -w",
    "start": "SINGLE_START=basic npm run dev",
    "dev": "npm test -- --auto-watch --no-single-run",
    "lint": "run-s lint:*",
    "lint:eslint": "eslint .",
    "generate-types": "tsc --allowJs --skipLibCheck --declaration --emitDeclarationOnly --outDir dist/types src/index.js",
    "test": "karma start",
    "prepublishOnly": "npm run build"
  },
  "license": "SEE LICENSE IN LICENSE",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bpmn-io/form-js.git",
    "directory": "packages/form-js-playground"
  },
  "author": {
    "name": "bpmn.io contributors",
    "url": "https://github.com/bpmn-io"
  },
  "dependencies": {
    "@bpmn-io/form-js-editor": "1.21.3",
    "@bpmn-io/form-js-viewer": "1.21.3",
    "@codemirror/autocomplete": "^6.20.0",
    "@codemirror/commands": "^6.10.1",
    "@codemirror/lang-json": "^6.0.2",
    "@codemirror/language": "^6.12.1",
    "@codemirror/lint": "^6.9.3",
    "@codemirror/state": "^6.5.4",
    "@codemirror/view": "^6.39.12",
    "classnames": "^2.5.1",
    "codemirror": "^6.0.2",
    "downloadjs": "^1.4.7",
    "file-drops": "^0.7.0",
    "mitt": "^3.0.1",
    "preact": "^10.5.14"
  },
  "sideEffects": [
    "*.css"
  ],
  "devDependencies": {
    "css-loader": "^7.1.3",
    "min-dash": "^5.0.0",
    "min-dom": "^5.2.0",
    "rollup-plugin-css-only": "^4.5.5",
    "style-loader": "^4.0.0"
  },
  "gitHead": "43e56eece6494d68d23d40b7ac5e91ed16d4b940"
}
