{
  "name": "@einarlyn/custom-form-editor",
  "version": "0.1.11",
  "description": "An extension library for @bpmn.io/form-js that provides custom form editor functionalities",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "npx webpack"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/EinArlyn/custom-form-editor-lib.git"
  },
  "keywords": [
    "vue",
    "form",
    "custom",
    "library",
    "form-js",
    "form-editor",
    "bpmn-io-extension"
  ],
  "author": "Aleksandr <greshnikalexm@gmail.com>",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@bpmn-io/form-js": "^1.8.2",
    "@bpmn-io/properties-panel": "^3.18.2",
    "diagram-js": "^14.3.1"
  },
  "devDependencies": {
    "@babel/core": "^7.24.4",
    "@babel/preset-env": "^7.24.4",
    "babel-loader": "^9.1.3",
    "core-js": "^3.36.1",
    "css-loader": "^7.0.0",
    "raw-loader": "^4.0.2",
    "style-loader": "^3.3.4",
    "webpack": "^5.91.0",
    "webpack-cli": "^5.1.4"
  },
  "publishConfig": {
    "access": "public"
  }
}
