package.json 412 Bytes
Newer Older
canterafonsj's avatar
canterafonsj committed
{
  "name": "ngsi-ld",
  "version": "1.0.0",
  "description": "NGSI-LD Schema Compilation",
  "main": "index.js",
  "scripts": {
canterafonsj's avatar
canterafonsj committed
    "test": "scripts/validate_schema.sh"
canterafonsj's avatar
canterafonsj committed
  },
  "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"
  }
}