readline-sync is installed
Showing
... | @@ -5,7 +5,9 @@ | ... | @@ -5,7 +5,9 @@ |
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
"dev": "nodemon --exec ts-node src/index.ts", | "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": [], | "keywords": [], | ||
"author": "", | "author": "", | ||
... | @@ -17,6 +19,7 @@ | ... | @@ -17,6 +19,7 @@ |
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@types/node": "^20.11.30", | "@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