forked from eclipse-thingweb/playground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.51 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
{
"name": "@thing-description-playground/core",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
"version": "1.4.0",
"description": "Provides the validation functionality for the Web of Things - Thing Description Playground.",
"homepage": "https://github.com/eclipse/thingweb.td-playground#readme",
"bugs": {
"url": "https://github.com/eclipse/thingweb.td-playground/issues"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/eclipse/thingweb.td-playground.git",
"directory": "packages/core"
},
"scripts": {
"test": "jest",
"bundle": "npx browserify ./index.js -s Validators -o ./dist/web-bundle.js && npx terser ./dist/web-bundle.js -o ./dist/web-bundle.min.js",
"prepare": "npm run bundle"
},
"dependencies": {
"@node-wot/td-tools": "~0.8.5",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"ajv-formats-draft2019": "^1.6.1",
"js-yaml": "^4.1.0",
"json-diff": "^1.0.0",
"json-dup-key-validator": "^1.0.3",
"jsonld": "^4.0.1",
"junit-report-builder": "^3.0.1",
"lz-string": "^1.4.4",
"node-fetch": "^2.6.7"
},
"devDependencies": {
"browserify": "^17.0.0",
"jest": "^28.1.3",
"terser": "^5.14.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "370e099b807034ad22e3a604f4340c82c0a47c30"
}