Initial commit

This commit is contained in:
afiqzudinhadi 2024-08-05 21:02:16 +08:00 committed by GitHub
commit 6f57380e90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 710 additions and 0 deletions

15
package.json Normal file
View file

@ -0,0 +1,15 @@
{
"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"
}