{ "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" } }