Files
web-components/packages/declaform/package.json
2025-11-13 09:13:00 -05:00

15 lines
274 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"
}