{ "name": "ngsi-ld", "version": "1.0.1", "description": "NGSI-LD Schema Compilation", "main": "index.js", "scripts": { "test": "./scripts/validate_all.sh", "validate-examples": "./scripts/validate_examples.sh", "validate-locally": "./scripts/validate_locally.sh", "validate-online": "./scripts/validate_online.sh", "validate-schema": "./scripts/validate_schema.sh", "combine-files": "./scripts/combine_files.sh" }, "repository": { "type": "git", "url": "https://forge.etsi.org/rep/NGSI-LD/NGSI-LD" }, "keywords": [ "NGSI-LD" ], "author": "Jose Manuel Cantera", "license": "ISC", "dependencies": { "ajv": "^6.12.5", "swagger-cli": "^4.0.4" } }