{
  "name": "wot-typescript-definitions",
  "version": "0.8.0-SNAPSHOT.31",
  "description": "TypeScript definitions for the W3C WoT Scripting API",
  "author": "W3C Web of Things Working Group",
  "license": "W3C-20150513",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/w3c/wot-scripting-api.git#master"
  },
  "keywords": [
    "Web",
    "W3C",
    "WoT",
    "IoT",
    "things",
    "scripting",
    "typescript",
    "types"
  ],
  "publishConfig": {
    "access": "public"
  },
  "types": "index.d.ts",
  "dependencies": {
    "wot-thing-description-types": "1.1.0-12-March-2025"
  },
  "scripts": {
    "build": "json2ts schema/td-json-schema-validation.json | sed -e 's/WoTTDSchema02June2021/ThingDescription/' > thing-description.d.ts"
  },
  "devDependencies": {
    "json-schema-to-typescript": "^10.1.4"
  },
  "bugs": {
    "url": "https://github.com/w3c/wot-scripting-api/issues"
  },
  "homepage": "https://github.com/w3c/wot-scripting-api/tree/master#readme",
  "main": "index.js"
}
