-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
50 lines (50 loc) · 1.4 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "wot-thing-description",
"version": "0.0.0",
"description": "Specification 'Web of Things (WoT) Thing Description'",
"main": "render.js",
"scripts": {
"render": "bash ./render.sh",
"assertions": "node assertions.js",
"test": "echo \"Error: no test specified\" && exit 1",
"test:validation": "mocha validation/**/*.test.js",
"x-validation": "node validation/td-cross-validation.js",
"generateTmSchema": "node validation/tmSchemaGenerator.js",
"prepare": "husky install",
"tmTest": "node validation/test.js",
"format": "prettier . --write"
},
"repository": {
"type": "git",
"url": "https://github.com/w3c/wot-thing-description.git"
},
"keywords": [
"wot",
"thing",
"w3c",
"specification"
],
"author": "w3c",
"license": "W3C-20150513",
"bugs": {
"url": "https://github.com/w3c/wot-thing-description/issues"
},
"homepage": "http://w3c.github.io/wot-thing-description",
"dependencies": {
"@rdfjs/parser-n3": "^1.1.4",
"ajv": "^8.6.3",
"cheerio": "^1.0.0-rc.2",
"csvtojson": "^2.0.8",
"debug": "^4.1.1",
"husky": "^7.0.0",
"jsonld": "^8.0.0",
"mocha": "^10.0.0",
"npm": "^6.14.11",
"prettier": "^3.2.5",
"rdf-ext": "^1.3.5",
"rdf-utils-dataset": "^2.0.0",
"rdf-validate-shacl": "^0.4.4",
"shacl": "github:TopQuadrant/shacl-js",
"sttl": "github:vcharpenay/STTL.js"
}
}