config-driven-form 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "config-driven-form",
3
- "version": "1.3.0",
4
- "description": "",
3
+ "version": "1.3.1",
4
+ "description": "A highly scalable, production-ready React form library that dynamically generates beautiful, fully validated forms directly from standard JSON Schema, complete with a drag-and-drop Visual Form Builder.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
7
7
  "types": "./dist/index.d.ts",
@@ -24,8 +24,17 @@
24
24
  "storybook": "storybook dev -p 6006",
25
25
  "build-storybook": "storybook build"
26
26
  },
27
- "keywords": [],
28
- "author": "",
27
+ "keywords": [
28
+ "react",
29
+ "form",
30
+ "json-schema",
31
+ "form-builder",
32
+ "drag-and-drop",
33
+ "validation",
34
+ "headless-ui",
35
+ "tailwindcss"
36
+ ],
37
+ "author": "Aaditya Rana",
29
38
  "license": "ISC",
30
39
  "type": "commonjs",
31
40
  "engines": {