19 lines
349 B
JSON
19 lines
349 B
JSON
{
|
|
"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",
|
|
"dependencies": {
|
|
"ajv": "^8.17.1",
|
|
"ajv-formats": "^3.0.1"
|
|
}
|
|
}
|