UNPKG

@totvs/cli-utils

Version:
87 lines (86 loc) 2.33 kB
{ "name": "@totvs/cli-utils", "version": "0.0.3", "description": "THF Mobile CLI Utils", "homepage": "https://thf.totvs.com.br/", "author": "THF Team", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "clean": "rm -rf ./dist", "lint": "tslint -c ../../tslint.json \"src/**/*.ts\"", "build": "npm run clean && npm run build-ts && npm run build-js", "build-ts": "tsc", "build-js": "npm run script-prepublish", "watch": "concurrently -p \"{name} \" -n \"TS,JS\" -c \"cyan.bold,yellow.dim\" \"npm run watch-ts\" \"npm run watch-js\"", "watch-ts": "tsc -w", "watch-js": "cross-env IONIC_PREPUBLISH_PLUGIN_VERSION=${npm_package_version}-local \"npm run watch-js-chokidar\"", "watch-js-chokidar": "chokidar --silent \"dist/**/*.js\" -c \"npm run build-js\"", "script-prepublish": "cli-scripts-prepublish cli-utils", "test": "jest" }, "keywords": [ "thf", "totvs html framework", "mobile", "app", "hybrid", "cordova", "native", "phonegap" ], "repository": { "type": "git", "url": "https://github.com/devtotvs/thf-mobile-cli.git" }, "bugs": { "url": "https://github.com/devtotvs/thf-mobile-cli/issues" }, "license": "MIT", "files": [ "dist/" ], "dependencies": { "archiver": "^1.3.0", "chalk": "^1.1.3", "cross-spawn": "^4.0.2", "dargs": "^5.1.0", "inquirer": "^3.0.6", "leek": "0.0.24", "minimist": "^1.2.0", "ncp": "^2.0.0", "os-name": "^2.0.1", "rimraf": "^2.5.4", "semver": "^5.3.0", "slice-ansi": "0.0.4", "string-width": "^2.0.0", "superagent": "^3.5.2", "uuid": "^3.0.1", "wrap-ansi": "^2.1.0" }, "devDependencies": { "@ionic/cli-scripts": "0.2.0", "@types/chalk": "^0.4.31", "@types/inquirer": "0.0.34", "@types/lodash": "^4.14.58", "@types/minimist": "^1.2.0", "@types/ncp": "^2.0.0", "@types/rimraf": "0.0.28", "@types/semver": "^5.3.31", "@types/uuid": "^2.0.29", "@types/wrap-ansi": "^2.0.14" }, "peerDependencies": { "strip-ansi": "^3.0.1" }, "jest": { "moduleFileExtensions": [ "ts", "js" ], "transform": { ".(ts)": "<rootDir>/../../node_modules/ts-jest/preprocessor.js" }, "testRegex": "/__tests__/.*\\.(ts|js)$" } }