20 lines
No EOL
355 B
JSON
20 lines
No EOL
355 B
JSON
{
|
|
"name": "cliselect",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"index": "tsx src/index.ts"
|
|
},
|
|
"author": "afiqzudinhadi",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@inquirer/prompts": "^5.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.8",
|
|
"tsx": "^4.16.2",
|
|
"typescript": "^5.5.2"
|
|
},
|
|
"type": "module"
|
|
} |