{
  "name": "@bpmn-io/form-js-editor",
  "version": "1.21.3",
  "description": "Edit forms - powered by bpmn.io",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/index.es.js",
      "require": "./dist/index.cjs"
    },
    "./dist/assets/form-js-editor.css": "./dist/assets/form-js-editor.css",
    "./dist/assets/form-js-editor-base.css": "./dist/assets/form-js-editor-base.css",
    "./dist/assets/dragula.css": "./dist/assets/draggle.css",
    "./dist/assets/properties-panel.css": "./dist/assets/properties-panel.css",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.cjs",
  "module": "dist/index.es.js",
  "types": "dist/types/index.d.ts",
  "scripts": {
    "all": "run-s lint test build",
    "build": "run-p bundle bundle:scss generate-types",
    "bundle": "rollup -c --failAfterWarnings",
    "bundle:scss": "sass --no-source-map --load-path=\"../../node_modules\" assets/index.scss dist/assets/form-js-editor.css",
    "bundle:watch": "run-p bundle:watch-js bundle:watch-scss",
    "bundle:watch-js": "rollup -c -w",
    "bundle:watch-scss": "npm run bundle:scss -- --watch",
    "dev": "npm test -- --auto-watch --no-single-run",
    "example:dev": "cd example && npm start",
    "lint": "run-s lint:*",
    "lint:eslint": "eslint .",
    "generate-types": "tsc --allowJs --skipLibCheck --declaration --emitDeclarationOnly --outDir dist/types src/index.js && copyfiles --flat src/**.d.ts dist/types",
    "test": "cross-env NODE_ENV=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-editor"
  },
  "author": {
    "name": "bpmn.io contributors",
    "url": "https://github.com/bpmn-io"
  },
  "dependencies": {
    "@bpmn-io/draggle": "^4.1.2",
    "@bpmn-io/form-js-viewer": "1.21.3",
    "@bpmn-io/properties-panel": "^3.40.3",
    "array-move": "^4.0.0",
    "big.js": "^7.0.1",
    "ids": "^3.0.1",
    "min-dash": "^5.0.0",
    "min-dom": "^5.2.0",
    "preact": ">=10.5.14 <=10.15.1"
  },
  "sideEffects": [
    "*.css"
  ],
  "files": [
    "dist"
  ],
  "gitHead": "43e56eece6494d68d23d40b7ac5e91ed16d4b940"
}
