1234567891011121314151617181920212223 |
- {
- "name": "json-schema-proxy",
- "version": "0.0.1",
- "description": "JSON-Schema Proxy for validation any object on read and write",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "http://gitlab.a-level.com.ua/gitgod/json-schema-proxy.git"
- },
- "keywords": [
- "ajv",
- "proxy",
- "json-schema"
- ],
- "author": "Ivan Grynkin",
- "license": "GPL-3.0-or-later",
- "dependencies": {
- "ajv": "^8.4.0"
- }
- }
|