15 lines
262 B
JSON
15 lines
262 B
JSON
{
|
|
"name": "advanced-list-sort",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"index": "node index.js"
|
|
},
|
|
"author": "afiqzudinhadi",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@inquirer/prompts": "^5.0.6"
|
|
},
|
|
"type": "module"
|
|
}
|