Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
amir78729 authored Jul 26, 2024
1 parent 0913e20 commit 1811617
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 1811617

Please sign in to comment.