readline-sync is installed
Showing
... | ... | @@ -5,7 +5,9 @@ |
"main": "index.js", | ||
"scripts": { | ||
"dev": "nodemon --exec ts-node src/index.ts", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "tsc --watch", | ||
"start": "node dist/index.js" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
... | ... | @@ -17,6 +19,7 @@ |
}, | ||
"dependencies": { | ||
"@types/node": "^20.11.30", | ||
"@types/readline-sync": "^1.4.8" | ||
"@types/readline-sync": "^1.4.8", | ||
"readline-sync": "^1.4.10" | ||
} | ||
} |
Please
register
or
sign in
to comment