-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.28 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
{
"private": false,
"name": "@radixiot/mango-module-tools",
"version": "2.7.3",
"description": "Tools used for building and testing Mango Automation modules",
"main": "./module-tools/module.config.js",
"dependencies": {
"@radixiot/mango-client": "^1.2.2",
"chai": "^4.2.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"exports-loader": "^0.7.0",
"file-loader": "^5.0.2",
"handlebars": "^4.7.2",
"html-loader": "^0.5.5",
"imports-loader": "^0.8.0",
"json-ptr": "^3.0.1",
"loader-utils": "^1.2.3",
"lodash": "^4.17.11",
"mocha": "^7.0.0",
"mocha-jenkins-reporter": "^0.4.0",
"mocha-teamcity-reporter": "^4.2.0",
"raw-loader": "^4.0.0",
"style-loader": "^1.1.3",
"tmp": "^0.1.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"xml2js": "^0.4.19"
},
"author": "Jared Wiltshire <[email protected]>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/MangoAutomation/mango-module-tools.git"
},
"bin": {
"update-package-json": "./module-tools/update-package-json.js",
"generate-tests": "./test-generator/generate-tests.js"
},
"resolutions": {
"mocha-jenkins-reporter/mocha": "^7.0.0"
}
}