-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 819 Bytes
/
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
{
"name": "UiPath-Run-Queues",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"e2e": "repo-tools test deploy",
"test": "repo-tools test app",
"cover": "nyc --cache npm test; nyc report --reporter=html"
},
"repository": {
"type": "git",
"url": "https://github.com/bogdanripa/UiPath-Run-Queues.git"
},
"keywords": [
"UiPath",
"run",
"queues"
],
"author": "Bogdan Ripa",
"license": "ISC",
"bugs": {
"url": "https://github.com/bogdanripa/UiPath-Run-Queues/issues"
},
"homepage": "https://github.com/bogdanripa/UiPath-Run-Queues",
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.3",
"json-stringify-safe": "^5.0.1",
"md5": "^2.2.1",
"uipath-orchestrator": "^1.0.2"
}
}