Initialize new project
parents
Showing
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | ||
| "name": "hw-49", | ||
| "version": "1.0.0", | ||
| "description": "", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "dev": "nodemon --exec ts-node src/index.ts", | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "keywords": [], | ||
| "author": "", | ||
| "license": "ISC", | ||
| "devDependencies": { | ||
| "nodemon": "^3.1.0", | ||
| "ts-node": "^10.9.2", | ||
| "typescript": "^5.4.2" | ||
| }, | ||
| "dependencies": { | ||
| "@types/node": "^20.11.30", | ||
| "@types/readline-sync": "^1.4.8" | ||
| } | ||
| } |
tsconfig.json
0 → 100644
This diff is collapsed.
Please
register
or
sign in
to comment