readme
Showing
| ... | @@ -2,12 +2,13 @@ | ... | @@ -2,12 +2,13 @@ |
| "name": "card-guesser", | "name": "card-guesser", | ||
| "version": "1.0.0", | "version": "1.0.0", | ||
| "description": "", | "description": "", | ||
| "main": "index.js", | "main": "build/guess.js", | ||
| "scripts": { | "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | "build": "tsc", | ||
| "start": "node build/guess.js" | |||
| }, | }, | ||
| "author": "", | "author": "Nanahira", | ||
| "license": "ISC", | "license": "AGPL-3.0", | ||
| "dependencies": { | "dependencies": { | ||
| "@types/node": "^14.14.9", | "@types/node": "^14.14.9", | ||
| "@types/underscore": "^1.10.24", | "@types/underscore": "^1.10.24", | ||
| ... | ... |
Please register or sign in to comment