diff --git a/packages/a/ajv-draft-04.json b/packages/a/ajv-draft-04.json new file mode 100644 index 000000000..932a36ff7 --- /dev/null +++ b/packages/a/ajv-draft-04.json @@ -0,0 +1,35 @@ +{ + "name": "ajv-draft-04", + "description": "Another JSON Schema Validator specifically for Draft-04 support", + "repository": { + "type": "git", + "url": "https://github.com/ajv-validator/ajv-draft-04.git" + }, + "keywords": [ + "JSON", + "schema", + "validator", + "jsonschema", + "json-schema", + "draft-04" + ], + "license": "MIT", + "filename": "index.js", + "autoupdate": { + "source": "npm", + "target": "ajv-draft-04", + "fileMap": [ + { + "basePath": "dist", + "files": [ + "*.@(js?(.map)|d.ts)" + ] + } + ] + }, + "authors": [ + { + "name": "Evgeny Poberezkin" + } + ] +}