{
  "name": "jsonforms-core",
  "version": "1.0.11",
  "description": "Core 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"
  },
  "keywords": [
    "form",
    "forms",
    "json",
    "jsonforms",
    "frontend",
    "generator",
    "input",
    "validation",
    "renderengine",
    "jsonschema",
    "schema",
    "uischema",
    "layout",
    "customization"
  ],
  "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 Core' --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": {
    "@types/json-schema": "^7.0.3",
    "ajv": "^6.10.2",
    "json-schema-ref-parser": "7.1.3",
    "lodash": "^4.17.15",
    "uri-js": "^4.2.2",
    "uuid": "^3.3.3"
  },
  "devDependencies": {
    "@istanbuljs/nyc-config-typescript": "0.1.3",
    "@types/redux-mock-store": "^1.0.1",
    "ava": "~2.4.0",
    "document-register-element": "^1.14.3",
    "jsdom": "^15.2.1",
    "jsdom-global": "^3.0.2",
    "redux": "^4.0.4",
    "redux-mock-store": "1.5.3",
    "source-map-support": "0.5.16",
    "ts-node": "^8.5.3"
  }
}
