-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
38 lines (38 loc) · 1.34 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
{
"name": "@thing-description-playground/cli",
"author": "Eclipse Thingweb <[email protected]> (https://thingweb.io/)",
"license": "EPL-2.0 OR W3C-20150513",
"version": "1.6.0",
"description": "Provides a Command Line Interface for the Web of Things - Thing Description Playground.",
"homepage": "https://github.com/eclipse-thingweb/playground#readme",
"bugs": {
"url": "https://github.com/eclipse-thingweb/playground/issues"
},
"repository": {
"type": "git",
"url": "TUM ESI <[email protected]> (https://www.ei.tum.de/en/esi/home/)",
"directory": "packages/cli"
},
"main": "index.js",
"scripts": {
"test": "node ./tests/index-test.js",
"start": "node ./index.js"
},
"dependencies": {
"@thing-description-playground/assertions": "^1.5.0",
"@thing-description-playground/core": "^1.4.0",
"@thing-description-playground/defaults": "^1.4.0",
"@thingweb/async-api-converter": "^1.0.0",
"@thingweb/open-api-converter": "^1.0.0",
"cli-progress": "^3.11.2",
"commander": "^9.4.0",
"junit-report-builder": "^3.0.1"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/commander": "^2.12.2"
},
"gitHead": "370e099b807034ad22e3a604f4340c82c0a47c30"
}