Initial commit
parents
Showing
.gitignore
0 → 100644
helpers.ts
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
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", | ||
| "axios": "^1.6.7", | ||
| "cli-table": "^0.3.11", | ||
| "nodemon": "^3.1.0", | ||
| "ts-node": "^10.9.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/node": "^20.11.24" | ||
| } | ||
| } |
src/Products/Corn.ts
0 → 100644
src/Products/Fish.ts
0 → 100644
src/Products/Milk.ts
0 → 100644
src/Products/Product.ts
0 → 100644
src/Products/Salt.ts
0 → 100644
src/Products/Stew.ts
0 → 100644
src/Store.ts
0 → 100644
src/enum.ts
0 → 100644
src/index.ts
0 → 100644
src/types.ts
0 → 100644
tsconfig.json
0 → 100644
This diff is collapsed.
Please
register
or
sign in
to comment