-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (60 loc) · 1.57 KB
/
package.json
File metadata and controls
61 lines (60 loc) · 1.57 KB
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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "boschio.iotea",
"version": "0.7.0",
"jsonApiVersion": "2.0.0",
"author": "Bosch.IO GmbH",
"main": "src/module.js",
"license": "MPL-2.0",
"scripts": {
"yarn": "yarn",
"sdk.build": "node src/sdk/javascript/pack.js",
"sdk.get": "node get-sdks.js",
"test": "nyc --report-dir=reports/coverage --reporter=cobertura --reporter=html --reporter=text-summary jasmine --config=test/jasmine.json",
"test.no-coverage": "jasmine --config=test/jasmine.json",
"docs.generate": "jsdoc -c jsdoc.json"
},
"private": true,
"dependencies": {
"ajv": "^6.12.3",
"cors": "^2.8.5",
"debug": "^4.1.1",
"express": "^4.17.1",
"jsonata": "^1.8.3",
"mqtt": "^4.2.1",
"openapi-types": "7.0.1",
"reconnecting-websocket": "4.4.0",
"uuid": "^3.4.0",
"ws": "7.4.6",
"yargs": "16.2.0"
},
"optionalDependencies": {
"swagger-jsdoc": "5.0.1",
"swagger-ui-express": "4.1.4"
},
"devDependencies": {
"body-parser": "1.19.0",
"eslint": "^7.18.0",
"eslint-plugin-jasmine": "^4.1.2",
"https-proxy-agent": "^5.0.0",
"import-fresh": "^3.3.0",
"jasmine": "^3.7.0",
"js-beautify": "1.11.0",
"jsdoc": "3.6.6",
"minimist": "1.2.5",
"mock-require": "^3.0.3",
"mustache": "4.0.1",
"nyc": "^15.1.0",
"open": "7.1.0",
"temp": "^0.9.4",
"xlsx-to-json-lc": "0.5.0"
},
"engines": {
"node": ">=12.13.0"
},
"resolutions": {
"jsdoc/underscore": "1.12.1",
"mqtt/ws": "7.4.6",
"mqtt/help-me/glob-stream/glob-parent": "5.1.2",
"xlsx-to-json-lc/xlsx": "0.17.0"
}
}