UNPKG

wot-thing-model-types

Version:

Official Typescript definition type for W3C Thing Model Description

31 lines (30 loc) 883 B
{ "name": "wot-thing-model-types", "version": "1.1.0-12-March-2025", "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" }