first
parents
Showing
.gitignore
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
guess.ts
0 → 100644
info.example.yaml
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
| { | |||
| "name": "card-guesser", | |||
| "version": "1.0.0", | |||
| "description": "", | |||
| "main": "index.js", | |||
| "scripts": { | |||
| "test": "echo \"Error: no test specified\" && exit 1" | |||
| }, | |||
| "author": "", | |||
| "license": "ISC", | |||
| "dependencies": { | |||
| "@types/node": "^14.14.9", | |||
| "@types/underscore": "^1.10.24", | |||
| "sqlite": "^4.0.17", | |||
| "sqlite3": "^5.0.0", | |||
| "typescript": "^4.1.2", | |||
| "underscore": "^1.11.0", | |||
| "yaml": "^1.10.0" | |||
| } | |||
| } |
tsconfig.json
0 → 100644
Please register or sign in to comment