-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 1.09 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
{
"name": "publisher",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js --dir=\"C:\\Users\\Tomer Lilush\\Desktop\\publisher-standalone\\mock\" --hostname=\"iamlogs.lightops.io\" --plan=\"C:\\Users\\Tomer Lilush\\Desktop\\publisher-standalone\\mock\\plan.txt\" --graph=\"./mock/graph.dot\" --token=\"WiYr1z-qaEzqnp3nv2dmaUYiumAXOSe5vTmfMNSq8Co\" --poll --github-token=\"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\" --commit_hash=\"b208b3becf59fa2543a63ec7c07ad8d3d4c0ccbd\" --user_name=\"shelegspalter\" --repository=\"shelegspalter/testatlasian\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/lightlytics/publisher-standalone.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lightlytics/publisher-standalone/issues"
},
"homepage": "https://github.com/lightlytics/publisher-standalone#readme",
"dependencies": {
"@colors/colors": "^1.5.0",
"cli-table3": "^0.6.2",
"lightlytics-publisher-core": "^1.1.6",
"minimist": "^1.2.6"
}
}