{"name":"@rjsf/core","version":"5.13.2","description":"A simple React component capable of building HTML forms out of a JSON schema.","scripts":{"build:ts":"rimraf lib && tsc","build:cjs":"esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs","build:esm":"esbuild ./src/index.ts --bundle --outfile=dist/index.esm.js --sourcemap --packages=external --format=esm","build:umd":"rollup dist/index.esm.js --format=umd --file=dist/core.umd.js --name=JSONSchemaForm","build":"rimraf dist && npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd","cs-check":"prettier -l \"{src,test,testSnap}/**/*.[jt]s?(x)\"","cs-format":"prettier \"{src,test,testSnap}/**/*.[jt]s?(x)\" --write","lint":"eslint src test","precommit":"lint-staged","publish-to-npm":"npm run build && npm publish","test":"jest","test:debug":"node --inspect-brk node_modules/.bin/jest","test:update":"jest --u","test:watch":"jest --watch","test-coverage":"jest --coverage"},"lint-staged":{"{src,test,testSnap}/**/*.[jt]s?(x)":["eslint --fix","prettier --write"]},"main":"dist/index.js","module":"lib/index.js","typings":"lib/index.d.ts","engineStrict":false,"engines":{"node":">=14"},"peerDependencies":{"@rjsf/utils":"^5.12.x","react":"^16.14.0 || >=17"},"dependencies":{"lodash":"^4.17.21","lodash-es":"^4.17.21","markdown-to-jsx":"^7.3.2","nanoid":"^3.3.6","prop-types":"^15.8.1"},"devDependencies":{"@babel/core":"^7.22.17","@babel/plugin-proposal-class-properties":"^7.18.6","@babel/plugin-proposal-optional-chaining":"^7.21.0","@babel/preset-env":"^7.22.15","@babel/preset-react":"^7.22.15","@babel/preset-typescript":"^7.22.15","@rjsf/utils":"^5.13.2","@rjsf/validator-ajv6":"^5.13.2","@rjsf/validator-ajv8":"^5.13.2","@types/lodash":"^4.14.198","@types/react":"^17.0.65","@types/react-dom":"^17.0.20","@types/react-test-renderer":"^17.0.3","ajv":"^8.12.0","atob":"^2.1.2","babel-jest":"^29.6.4","chai":"^3.5.0","esbuild":"^0.18.20","eslint":"^8.48.0","html":"^1.0.0","jest":"^29.6.4","jest-environment-jsdom":"^29.6.4","jsdom":"^20.0.3","mocha":"^10.2.0","react":"^17.0.2","react-dom":"^17.0.2","react-portal":"^4.2.2","react-test-renderer":"^17.0.2","rimraf":"^5.0.1","rollup":"^3.29.0","sinon":"^9.2.4","typescript":"^4.9.5"},"directories":{"test":"test"},"repository":{"type":"git","url":"git+https://github.com/rjsf-team/react-jsonschema-form.git"},"author":{"name":"Nicolas Perriault","email":"nperriault@mozilla.com"},"contributors":[{"name":"Heath Chiavettone"}],"keywords":["react","form","json-schema"],"license":"Apache-2.0","homepage":"https://github.com/rjsf-team/react-jsonschema-form","publishConfig":{"access":"public"},"gitHead":"4cfaa984c3343d9cbaabd147c5c24b2c01e28726","bugs":{"url":"https://github.com/rjsf-team/react-jsonschema-form/issues"},"_id":"@rjsf/core@5.13.2","_nodeVersion":"18.18.0","_npmVersion":"lerna/6.6.2/node@v18.18.0+x64 (linux)","dist":{"shasum":"31289b16eaf7108fc5af07a388bc10373a9ce25b","size":297451,"noattachment":false,"key":"/@rjsf/core/-/@rjsf/core-5.13.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@rjsf/core/download/@rjsf/core-5.13.2.tgz"},"_npmUser":{"name":"rjsf-bot","email":"aramaswamis+rjsf@gmail.com"},"maintainers":[{"name":"epicfaace","email":"aramaswamis@gmail.com"},{"name":"rjsf-bot","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core_5.13.2_1697147631516_0.49362931202733007"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-10-12T21:53:51.791Z","publish_time":1697147631791,"_source_registry_name":"default","_cnpm_publish_time":1697147631791,"dist-tags":{"canary":"3.0.1","latest":"5.14.2"}}