-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
39 lines (39 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "wot-typescript-definitions",
"version": "0.8.0-SNAPSHOT.29",
"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-09-November-2023"
},
"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"
}