{
  "name": "jsonforms-tooling-common",
  "version": "0.0.2-alpha.2",
  "description": "Common package for JSON Forms tooling",
  "repository": "https://github.com/eclipsesource/jsonforms-tooling",
  "bugs": "https://github.com/eclipsesource/jsonforms-tooling/issues",
  "homepage": "http://jsonforms.io/",
  "license": "MIT",
  "publisher": "EclipseSource",
  "publishConfig": {
    "access": "public"
  },
  "main": "out/index",
  "typings": "out/index",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "npm run compile",
    "compile": "rimraf out && tsc -p ./ --declaration",
    "postinstall": " ",
    "custominstall": "npm run postinstall",
    "lint": "tslint --project tsconfig.json"
  },
  "dependencies": {
    "@jsonforms/core": "^2.2.3",
    "@jsonforms/react": "^2.2.3",
    "ajv": "^6.10.0",
    "chokidar": "^3.0.1",
    "generator-jsonforms": "^0.0.2-alpha.2",
    "react": "^16.8.6",
    "react-redux": "^6.0.0",
    "redux": "^4.0.1",
    "rimraf": "^2.6.3",
    "util": "^0.12.0",
    "yeoman-environment": "^2.3.4"
  },
  "type-check": "tsc",
  "devDependencies": {
    "@types/rimraf": "2.0.2",
    "typescript": "^3.5.2"
  },
  "gitHead": "624aa1bc12413923ba26eb717d4a6ff27ac28b28"
}
