Repo restructure.

This commit is contained in:
Austin Smith
2025-11-13 09:13:00 -05:00
parent 234fa6e0ef
commit 0d4adef274
11 changed files with 219 additions and 14 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "declaform",
"version": "1.0.0",
"description": "Web component which maps a form to a JSON object",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "npx jest"
},
"author": "Austin Smith",
"license": "ISC"
}