basex-ti-cli
Version:
a tool for data-chart of SenTi.
32 lines (31 loc) • 709 B
JSON
{
"name": "basex-ti-cli",
"version": "1.1.0",
"description": "a tool for data-chart of SenTi.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonylulu/baseX-cli.git"
},
"keywords": [
"baseX"
],
"author": "CaoYuxiang",
"license": "ISC",
"bugs": {
"url": "https://github.com/jonylulu/baseX-cli/issues"
},
"homepage": "https://github.com/jonylulu/baseX-cli#readme",
"bin": {
"create-chart": "./index.js"
},
"dependencies": {
"axios": "^0.27.2",
"chalk": "4.0.0",
"node-git-current-branch": "^2.0.1",
"tiny-pinyin": "^1.3.2"
}
}