xviz/modules/cli/package.json
Timothy Wojtaszek b9f05ade77 v1.0.13
2022-06-02 20:05:01 +00:00

32 lines
673 B
JSON

{
"name": "@xviz/cli",
"version": "1.0.13",
"description": "A CLI tool for the XVIZ protocol",
"repository": {
"type": "git",
"url": "https://github.com/uber/xviz.git"
},
"bin": {
"xviz": "./bin/xviz"
},
"main": "dist/es5/index.js",
"module": "dist/esm/index.js",
"esnext": "dist/es6/index.js",
"files": [
"dist",
"src",
"bin/xviz"
],
"dependencies": {
"@xviz/io": "1.0.13",
"@xviz/schema": "1.0.13",
"cli-table3": "^0.5.1",
"colors": "^1.4.0",
"indent-string": "^3.2.0",
"websocket": "^1.0.28",
"yargs": "^12.0.5"
},
"scripts": {},
"gitHead": "8e323ac31950395d3513e5e34df32c44e304c321"
}