{
  "name": "xtal-json-editor",
  "version": "0.0.44",
  "description": "Dependency free web component wrapper around the JSONEditor library",
  "main": "xtal-json-editor.js",
  "module": "xtal-json-editor.js",
  "repository": "https://github.com/bahrus/xtal-json-editor",
  "author": "bahrus <anderson.bruce.b@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "xtal-element": "0.0.259",
    "trans-render": "0.0.234",
    "json-editor": "0.7.28"
  },
  "devDependencies": {
    "@webcomponents/webcomponentsjs": "2.4.3",
    "xtal-test": "0.0.46",
    "es-module-shims": "0.5.0",
    "xtal-json-merge": "0.2.39",
    "p-et-alia": "0.0.109"
  },
  "scripts": {
    "serve": "node node_modules/xtal-test/serve.js",
    "doc": "wca analyze xtal-json-editor.js --outFile custom-elements.json"
  }
}
