Files
microservices/shell/package.json
2024-09-27 01:14:21 +08:00

16 lines
262 B
JSON

{
"name": "shell",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"prompts": "^2.4.2",
"yargs": "^17.7.2"
}
}