package.json 715 Bytes
Newer Older
canterafonsj's avatar
canterafonsj committed
{
  "name": "ngsi-ld",
  "version": "1.0.1",
canterafonsj's avatar
canterafonsj committed
  "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"
canterafonsj's avatar
canterafonsj committed
  },
  "repository": {
    "type": "git",
canterafonsj's avatar
canterafonsj committed
  },
  "keywords": [
    "NGSI-LD"
  ],
  "author": "Jose Manuel Cantera",
  "license": "ISC",
  "dependencies": {
canterafonsj's avatar
canterafonsj committed
  }
}