@jsenv/cli
Version:
Command Line Interface for jsenv
35 lines (34 loc) • 653 B
JSON
{
"name": "@jsenv/cli",
"version": "0.3.57",
"description": "Command Line Interface for jsenv",
"repository": {
"type": "git",
"url": "https://github.com/jsenv/core",
"directory": "packages/related/cli"
},
"license": "MIT",
"author": {
"name": "dmail",
"email": "dmaillard06@gmail.com"
},
"type": "module",
"bin": {
"jsenv": "jsenv_cli.js"
},
"files": [
"./jsenv_cli.js",
"./template-*/**"
],
"dependencies": {
"@jsenv/humanize": "1.6.0",
"@jsenv/urls": "2.9.1",
"prompts": "2.4.2"
},
"engines": {
"node": ">=16.13.0"
},
"publishConfig": {
"access": "public"
}
}