saksh-pc2
Version:
Check required packages in a JavaScript file
19 lines (18 loc) • 405 B
JSON
{
"name": "saksh-pc2",
"version": "1.0.0",
"description": "Check required packages in a JavaScript file",
"main": "index.js",
"bin": {
"pc2": "./index.js"
},
"scripts": {
"start": "node index.js"
},
"keywords": ["dependency-checker", "node", "cli", "npm","saksh","susheelhbti"],
"author": "susheelhbti",
"license": "MIT",
"dependencies": {
"commander": "^10.0.0"
}
}