16 lines
249 B
JSON
16 lines
249 B
JSON
{
|
|
"name": "my-node-cli",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"my-node-cli": "./index.js"
|
|
},
|
|
"type": "module",
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"commander": "^12.1.0"
|
|
}
|
|
}
|