testtrack-cli
Version:
Submit your automated test runs to your Test Track account project
38 lines • 843 B
JSON
{
"name": "testtrack-cli",
"version": "1.0.7",
"description": "Submit your automated test runs to your Test Track account project",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node ./dist/index.js -v",
"run": "npm run build && npm run start",
"postinstall": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"test-track",
"automated",
"test",
"run",
"tests",
"quality",
"assurance",
"qa"
],
"author": "Chris Board @ Devso",
"license": "ISC",
"bin": {
"test-track-cli": "dist/index.js"
},
"dependencies": {
"@types/react-dom": "^18.2.18",
"@types/yargs": "^17.0.32",
"axios": "^1.6.3",
"typescript": "^5.3.3",
"yargs": "13.2"
},
"devDependencies": {
"@types/node": "^20.10.6"
}
}