{
  "name": "@jsonforms/webcomponent",
  "version": "2.3.2",
  "description": "Webcomponnet module of JSON Forms",
  "repository": "https://github.com/eclipsesource/jsonforms",
  "bugs": "https://github.com/eclipsesource/jsonforms/issues",
  "homepage": "http://jsonforms.io/",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "directories": {
    "src": "src",
    "test": "test"
  },
  "main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "scripts": {
    "bundle": "../../node_modules/.bin/webpack --config ./webpack.build.js --env=production --display-error-details",
    "build": "../../node_modules/.bin/tsc",
    "clean": "rm -rf lib coverage dist .nyc_output 2> /dev/null",
    "lint": "../../node_modules/.bin/tslint --project tsconfig.json --exclude src/models/jsonSchema.ts",
    "report": "../../node_modules/.bin/nyc report --reporter=html",
    "test": "../../node_modules/.bin/ava",
    "test-cov": "../../node_modules/.bin/nyc ../../node_modules/.bin/ava",
    "doc": "../../node_modules/.bin/typedoc --name 'JSON Forms Web Component Wrapper' --mode file --excludeExternals --theme ../../typedoc-jsonforms --out docs src"
  },
  "ava": {
    "files": [
      "test/**/*"
    ],
    "compileEnhancements": false,
    "extensions": [
      "ts"
    ],
    "require": [
      "ts-node/register",
      "source-map-support/register"
    ]
  },
  "nyc": {
    "reporter": [
      "lcov",
      "text-summary"
    ]
  },
  "dependencies": {
    "@jsonforms/core": "^2.3.2",
    "@jsonforms/react": "^2.3.2",
    "@webcomponents/webcomponentsjs": "^1.0.20",
    "es6-shim": "^0.35.3"
  },
  "peerDependencies": {
    "react": " ^16.8.0",
    "react-dom": " ^16.8.0",
    "react-redux": "^7.0.0",
    "redux": "^4.0.1"
  },
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "0.1.3",
    "@jsonforms/test": "^2.3.2",
    "@types/react-dom": "^16.8.0",
    "document-register-element": "^1.14.3",
    "jsdom": "^15.2.1",
    "jsdom-global": "^3.0.2",
    "source-map-support": "0.5.16",
    "ts-node": "^8.5.3"
  },
  "gitHead": "0cf18d3df877c5240188b0ae4e0d18e3638fc026"
}
