From 1811617ce86c8ec78e7731caaf00f5e7e7d0fbab Mon Sep 17 00:00:00 2001 From: Amirhossein Alibakhshi Date: Sat, 27 Jul 2024 00:32:58 +0330 Subject: [PATCH] Update package.json --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6a37e17..3bb2012 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "schema-builder", + "name": "schemaBuilder", "version": "0.0.0", - "description": "", + "description": "A Simple User Interface for creating JSON Schema without writing JSON!", "main": "index.js", "scripts": { "test": "jest", @@ -22,9 +22,9 @@ "prettier --write" ] }, - "keywords": [], - "author": "", - "license": "ISC", + "keywords": ["JSON schema", "form builder"], + "author": "Amirhossein Alibakhshi", + "license": "MIT", "dependencies": { "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5",