first-occurrence/package.json
afiqzudinhadi d45a1c229e feat: add logic
input string & target, turn into array object, sort array, output message
2024-07-04 22:56:00 +08:00

15 lines
No EOL
252 B
JSON

{
"name": "cliselect",
"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"
}