@testlio/cli
Version:
Official Testlio platform command-line interface
45 lines (44 loc) • 1.07 kB
JSON
{
"name": "@testlio/cli",
"version": "2.2.11",
"description": "Official Testlio platform command-line interface",
"keywords": [
"testlio",
"cli",
"api",
"integration"
],
"main": "bin/index.js",
"bin": {
"testlio": "bin/index.js"
},
"scripts": {
"testlio": "node bin/index.js",
"testlio-debug": "node --inspect-brk=0.0.0.0:9245 bin/index.js",
"lint:fix": "eslint . --fix"
},
"author": "Testlio",
"license": "ISC",
"dependencies": {
"@types/node": "^16.11.1",
"asynckit": "^0.4.0",
"axios": "^0.27.2",
"combined-stream": "^1.0.8",
"delayed-stream": "^1.0.0",
"dotenv": "^16.3.1",
"follow-redirects": "^1.15.1",
"form-data": "^4.0.0",
"joi": "^17.6.0",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"minimist": "^1.2.6"
},
"devDependencies": {
"eslint": "^8.35.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.4"
}
}