UNPKG

cross-tools

Version:

Cross-platform fundamental tools for developers

84 lines (83 loc) 2.11 kB
{ "name": "cross-tools", "description": "Cross-platform fundamental tools for developers", "version": "1.13.4", "author": "Tahsin @tahsinature", "bin": { "cross-tools": "bin/run" }, "bugs": "https://github.com/tahsinature/cross-tools/issues", "dependencies": { "@oclif/command": "^1.8.0", "@oclif/config": "^1.17.0", "@oclif/plugin-help": "^3.2.0", "awesome-phonenumber": "^2.57.0", "axios": "^0.21.1", "cli-table": "^0.3.1", "colors": "^1.4.0", "default-gateway": "^6.0.1", "detect-port": "^1.3.0", "dockerode": "^3.2.1", "find-process": "^1.4.3", "fuzzy": "^0.1.3", "ip": "^1.1.5", "joi": "^17.2.1", "moment": "^2.27.0", "open": "^8.2.1", "ora": "^5.0.0", "pidusage": "^2.0.21", "prompts": "^2.3.2", "semver": "^7.3.2", "shelljs": "^0.8.4", "tslib": "^1.13.0" }, "devDependencies": { "@oclif/dev-cli": "^1.22.2", "@types/cli-table": "^0.3.0", "@types/default-gateway": "^3.0.1", "@types/detect-port": "^1.3.0", "@types/dockerode": "^2.5.34", "@types/ip": "^1.1.0", "@types/node": "^10.17.28", "@types/pidusage": "^2.0.1", "@types/prompts": "^2.0.8", "@types/semver": "^7.3.1", "@types/shelljs": "^0.8.8", "@zerollup/ts-transform-paths": "^1.7.18", "np": "^7.5.0", "ts-node": "^8.10.2", "ttypescript": "^1.5.10", "typescript": "^3.9.7", "uglifyjs-folder": "^2.0.0" }, "engines": { "node": ">=8.0.0" }, "files": [ "/bin", "/lib" ], "homepage": "https://github.com/tahsinature/cross-tools", "keywords": [ "cross-platform", "docker-tools", "port-tools", "docker-cli", "awesome", "cli" ], "license": "MIT", "main": "lib/index.js", "oclif": { "bin": "cross-tools" }, "repository": "tahsinature/cross-tools", "scripts": { "prepack": "npm run build && npm run minify", "test": "echo NO TESTS", "minify": "npx uglifyjs-folder lib -e -x .js -o lib", "build": "rm -rf lib && ttsc -b", "release": "npx np --no-publish" }, "types": "lib/index.d.ts" }