package.json 412 Bytes
Newer Older
canterafonsj's avatar
canterafonsj committed
1
2
3
4
5
6
{
  "name": "ngsi-ld",
  "version": "1.0.0",
  "description": "NGSI-LD Schema Compilation",
  "main": "index.js",
  "scripts": {
canterafonsj's avatar
canterafonsj committed
7
    "test": "scripts/validate_schema.sh"
canterafonsj's avatar
canterafonsj committed
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  },
  "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"
  }
}