{
  "name": "@bpmn-io/form-js",
  "version": "0.7.0",
  "description": "View and edit forms - powered by bpmn.io",
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "require": "./dist/index.cjs"
    },
    "./editor": {
      "umd": "./dist/form-editor.umd.js"
    },
    "./viewer": {
      "umd": "./dist/form-viewer.umd.js"
    },
    "./dist/assets/form-js.css": "./dist/assets/form-js.css",
    "./dist/assets/form-js-editor.css": "./dist/assets/form-js-editor.css",
    "./dist/assets/dragula.css": "./dist/assets/dragula.css",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.cjs",
  "module": "dist/index.es.js",
  "types": "dist/types/index.d.ts",
  "umd:main": "dist/form-viewer.umd.js",
  "scripts": {
    "all": "run-s test build test:distro",
    "build": "run-p bundle generate-types",
    "start": "SINGLE_START=basic npm run dev",
    "bundle": "rollup -c",
    "bundle:watch": "rollup -c -w",
    "dev": "npm test -- --auto-watch --no-single-run",
    "generate-types": "tsc --allowJs --skipLibCheck --declaration --emitDeclarationOnly --removeComments --outDir dist/types src/index.js",
    "test": "karma start test/config/karma.unit.js",
    "test:distro": "run-s test:distro:*",
    "test:distro:viewer": "cross-env VARIANT=form-viewer karma start test/config/karma.distro.js",
    "test:distro:editor": "cross-env VARIANT=form-editor karma start test/config/karma.distro.js",
    "prepublishOnly": "run-s build test:distro"
  },
  "license": "SEE LICENSE IN LICENSE",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bpmn-io/form-js.git",
    "directory": "packages/form-js"
  },
  "author": {
    "name": "bpmn.io contributors",
    "url": "https://github.com/bpmn-io"
  },
  "dependencies": {
    "@bpmn-io/form-js-editor": "^0.7.0",
    "@bpmn-io/form-js-viewer": "^0.7.0"
  },
  "sideEffects": [
    "*.css"
  ],
  "files": [
    "dist"
  ]
}
