@codavidgarcia/devtoolbox
Version:
Local development toolkit - cohesive CLI tools for developers: kill ports, check environment, decode JWTs, manage network, and more
43 lines • 996 B
JSON
{
"name": "@codavidgarcia/devtoolbox",
"version": "2.1.0",
"description": "Local development toolkit - cohesive CLI tools for developers: kill ports, check environment, decode JWTs, manage network, and more",
"main": "bin/devkit.js",
"bin": {
"devtoolbox": "./bin/devkit.js"
},
"scripts": {
"test": "node --test tests/*.test.js"
},
"keywords": [
"developer-tools",
"cli",
"local-development",
"kill-port",
"jwt",
"environment-check",
"gitignore",
"network-tools",
"devtools",
"hash",
"base64",
"ip-address",
"productivity"
],
"author": "Juan David Garcia",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/juandavidgarcia/devtoolbox"
},
"homepage": "https://github.com/juandavidgarcia/devtoolbox#readme",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^11.1.0",
"js-yaml": "^4.1.0",
"axios": "^1.6.2"
},
"engines": {
"node": ">=14.0.0"
}
}