16 lines
262 B
JSON
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"
|
|
}
|
|
} |