This commit is contained in:
afiqzudinhadi 2024-06-24 23:15:31 +08:00
commit 3029c98cd0
5 changed files with 719 additions and 0 deletions

21
package.json Normal file
View file

@ -0,0 +1,21 @@
{
"name": "cliselect",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"index": "ts-node src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "afiqzudinhadi",
"license": "ISC",
"dependencies": {
"@inquirer/prompts": "^5.0.6"
},
"devDependencies": {
"@types/node": "^20.14.8",
"ts-node": "^10.9.2",
"typescript": "^5.5.2"
},
"type": "module"
}