Repo restructure.
This commit is contained in:
14
packages/declaform/package.json
Normal file
14
packages/declaform/package.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user