{ "name": "ngsi-ld", "version": "1.0.0", "description": "NGSI-LD Schema Compilation", "main": "index.js", "scripts": { "test": "scripts/validate_schema.sh" }, "repository": { "type": "git", "url": "https://forge.etsi.org/gitlab/NGSI-LD/NGSI-LD" }, "keywords": [ "NGSI-LD" ], "author": "Jose Manuel Cantera", "license": "ISC", "dependencies": { "ajv": "^6.5.5" } }