{
  "name": "resch",
  "version": "0.17.0",
  "description": "Reactive JSON Schema form generator",
  "main": "lib/",
  "scripts": {
    "test": "eslint lib/*.js src/*.js && nyc -r=text -r=lcov mocha test",
    "mocha": "mocha test/meta.js",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "start": "http-server build/",
    "build": "browserify src/app.js -o build/bundle.js && cp ./node_modules/normalize.css/normalize.css build/",
    "build2": "browserify src/app2.js -o build/bundle.js && cp ./node_modules/normalize.css/normalize.css build/",
    "build-zoo": "browserify src/app-zoo.js -o build/bundle.js && cp ./node_modules/normalize.css/normalize.css build/",
    "build-table": "browserify src/app-table.js -o build/bundle.js && cp ./node_modules/normalize.css/normalize.css build/",
    "umd": "browserify --standalone resch lib/index.js > umd/resch.js",
    "prepublish": "npm run test && mkdir -p umd && npm run umd"
  },
  "files": [
    "lib",
    "umd/resch.js"
  ],
  "unpkg": "umd/resch.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/drom/resch.git"
  },
  "keywords": [
    "react",
    "json",
    "schema",
    "form"
  ],
  "engines": {
    "node": ">=14"
  },
  "author": "Aliaksei Chapyzhenka",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/drom/resch/issues"
  },
  "homepage": "https://github.com/drom/resch#readme",
  "devDependencies": {
    "@drom/eslint-config": "^0.12.0",
    "browserify": "^17.0.0",
    "chai": "^4.4.1",
    "coveralls": "^3.1.1",
    "eslint": "^8.56.0",
    "http-server": "^14.1.1",
    "immutability-helper": "^3.1.1",
    "jsof": "^0.5.0",
    "mocha": "^10.2.0",
    "normalize.css": "^8.0.1",
    "nyc": "^15.1.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "dependencies": {
    "lodash.clonedeep": "^4.5.0",
    "lodash.mergewith": "^4.6.2",
    "tv4": "^1.3.0"
  },
  "eslintConfig": {
    "extends": "@drom/eslint-config/eslint8/node12"
  }
}
