Commit 75323b55 authored by Nurasyl's avatar Nurasyl

Initial commit

parents
node_modules
\ No newline at end of file
This diff is collapsed.
{
"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"
}
}
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment