Initial commit
parents
Showing
.gitignore
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "classwork", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"dev": "nodemon --ignore tests/ --watch src -e ts,tsx --exec ts-node src/index.ts" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@types/cli-table": "^0.3.4", | ||
"@types/nodemon": "^1.19.6", | ||
"cli-table": "^0.3.11", | ||
"nodemon": "^3.1.0", | ||
"ts-node": "^10.9.2" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.11.24" | ||
} | ||
} |
src/index.ts
0 → 100644
tsconfig.json
0 → 100644
Please
register
or
sign in
to comment