package.json 472 Bytes
Newer Older
canterafonsj's avatar
canterafonsj committed
{
  "name": "ngsi-ld",
  "version": "1.0.0",
  "description": "NGSI-LD Schema Compilation",
  "main": "index.js",
  "scripts": {
    "test": "ajv compile -s schema/Entity.json -r schema/common.json -r schema/geometry-schema.json"
  },
  "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"
  }
}