forked from eclipse-thingweb/playground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.43 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
{
"name": "@thing-description-playground/assertions",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
"version": "1.5.0",
"description": "Provides the assertion testing 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"
},
"repository": {
"type": "git",
"url": "https://github.com/eclipse/thingweb.td-playground.git",
"directory": "packages/assertions"
},
"main": "index.js",
"scripts": {
"test": "node ./tests/index-test.js",
"bundle": "npx browserify ./index.js -s Assertions -o ./dist/web-bundle.js && npx terser ./dist/web-bundle.js -o ./dist/web-bundle.min.js",
"newlist": "node update-list.js",
"prepare": "npm run bundle"
},
"dependencies": {
"@thing-description-playground/core": "^1.4.0",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"ajv-formats-draft2019": "^1.6.1",
"csvjson": "^5.1.0",
"is-utf8": "^0.2.1",
"json2csv": "^5.0.7"
},
"devDependencies": {
"browserify": "^17.0.0",
"terser": "^5.14.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "370e099b807034ad22e3a604f4340c82c0a47c30"
}