totvs-dtsenv-cli
Version:
TOTVS Datasul Environment Command Line
37 lines (36 loc) • 725 B
JSON
{
"name": "totvs-dtsenv-cli",
"version": "1.0.11",
"description": "TOTVS Datasul Environment Command Line",
"preferGlobal": true,
"keywords": [
"totvs",
"dts",
"environment"
],
"tags": [
"totvs",
"dts"
],
"bin": {
"dts": "./bin/index.js"
},
"author": {
"name": "Eduardo Filipe Gomes",
"email": "eduardo.gomes@totvs.com.br",
"homepage": "http://www.totvs.com.br"
},
"license": "MIT",
"dependencies": {
"@types/tmp": "0.0.33",
"cli-progress": "^2.1.0",
"commander": "^2.18.0",
"hostile": "^1.3.2",
"tmp": "0.0.33"
},
"devDependencies": {
"@types/cli-progress": "^1.8.0",
"@types/node": "^10.11.0",
"typescript": "^3.0.3"
}
}