{
  "name": "wot-thing-model-types",
  "version": "1.1.0-09-November-2023",
  "description": "Official Typescript definition type for W3C Thing Model Description",
  "types": "thing-model.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/w3c/wot-scripting-api.git#main"
  },
  "keywords": [
    "WebOfThings",
    "InternetOfThings",
    "WoT",
    "IoT",
    "types"
  ],
  "author": "W3C Web of Things Working Group",
  "license": "W3C-20150513",
  "bugs": {
    "url": "https://github.com/w3c/wot-scripting-api/issues"
  },
  "homepage": "https://github.com/w3c/wot-scripting-api#readme",
  "scripts": {
    "build": "json2ts --unreachableDefinitions --input schema/tm-json-schema-validation.json  --output thing-model.d.ts"
  },
  "devDependencies": {
    "json-schema-to-typescript": "^10.1.4"
  },
  "main": "index.js"
}
