File tree Expand file tree Collapse file tree 1 file changed +26
-3
lines changed
Expand file tree Collapse file tree 1 file changed +26
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " react-json-form" ,
2+ "name" : " @bhch/ react-json-form" ,
33 "version" : " 2.0.0" ,
4- "description" : " " ,
4+ "description" : " Create forms using JSON Schema" ,
5+ "publishConfig" : {
6+ "access" : " public"
7+ },
58 "type" : " module" ,
69 "source" : " ./src/index.js" ,
710 "exports" : {
1922 "dev:node" : " microbundle watch --format modern --no-compress --jsx React.createElement --sourcemap false --taget node" ,
2023 "lint" : " eslint src"
2124 },
22- "keywords" : [],
25+ "files" : [
26+ " ./src" ,
27+ " ./dist"
28+ ],
29+ "keywords" : [
30+ " json-form" ,
31+ " jsonform" ,
32+ " json-schema-form" ,
33+ " jsonschemaform" ,
34+ " react" ,
35+ " react-component" ,
36+ " react-jsons-form" ,
37+ " react-jsonschema-form"
38+ ],
2339 "author" : " Bharat Chauhan" ,
2440 "license" : " BSD-3-Clause" ,
41+ "homepage" : " https://github.com/bhch/react-json-form" ,
42+ "bugs" : " https://github.com/bhch/react-json-form/issues" ,
43+ "repository" : {
44+ "type" : " git" ,
45+ "url" : " https://github.com/bhch/react-json-form.git"
46+ },
47+ "funding" : " https://github.com/sponsors/bhch/" ,
2548 "devDependencies" : {
2649 "@babel/eslint-parser" : " ^7.18.9" ,
2750 "eslint" : " ^8.20.0" ,
You can’t perform that action at this time.
0 commit comments