package.json 520 B

1234567891011121314151617181920212223
  1. {
  2. "name": "json-schema-proxy",
  3. "version": "0.0.1",
  4. "description": "JSON-Schema Proxy for validation any object on read and write",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "http://gitlab.a-level.com.ua/gitgod/json-schema-proxy.git"
  12. },
  13. "keywords": [
  14. "ajv",
  15. "proxy",
  16. "json-schema"
  17. ],
  18. "author": "Ivan Grynkin",
  19. "license": "GPL-3.0-or-later",
  20. "dependencies": {
  21. "ajv": "^8.4.0"
  22. }
  23. }