16 lines
318 B
JSON
16 lines
318 B
JSON
{
|
|
"name": "json-schema",
|
|
"version": "1.0.0",
|
|
"description": "Web component which validates a form against a JSON Schema.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "npx jest"
|
|
},
|
|
"author": "Austin Smith",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ajv": "^8.17.1",
|
|
"ajv-formats": "^3.0.1"
|
|
}
|
|
}
|