@testmonitor/testmonitor-cli
Version:
TestMonitor CLI tool
45 lines (44 loc) • 943 B
JSON
{
"name": "@testmonitor/testmonitor-cli",
"type": "module",
"version": "0.0.2",
"description": "TestMonitor CLI tool",
"keywords": [
"testmonitor",
"cli"
],
"homepage": "https://www.testmonitor.com/",
"bugs": {
"url": "https://github.com/testmonitor/testmonitor-cli/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/testmonitor/testmonitor-cli.git"
},
"author": "TestMonitor | we are Cerios B.V.",
"main": "index.js",
"bin": {
"testmonitor-cli": "index.js"
},
"scripts": {
"start": "node index.js",
"lint": "eslint .",
"test": "mocha"
},
"dependencies": {
"axios": "^1.7.9",
"chalk": "^5.4.1",
"commander": "^13.1.0",
"dotenv": "^16.4.7",
"table": "^6.9.0"
},
"devDependencies": {
"chai": "^5.2.0",
"eslint": "^9.21.0",
"mocha": "^11.1.0",
"sinon": "^19.0.2"
},
"engines": {
"node": ">=16.0.0"
}
}