You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Big Two is a playing card game popular in Asia as well as Guthrie's house.\r It's called Big 2 because 2 is the highest rank in the game.\r The goal of the game is to play all of one's cards before the other players.",
"main": "index.js",
"dependencies": {
"common-js": "^0.3.8"
},
"devDependencies": {
"typescript": "^4.7.4",
"webpack": "^5.36.2",
"webpack-cli": "^4.10.0"
},
"scripts": {
"compile-typescript": "tsc",
"start": "node ./dist/script.js",
"test": "echo \"Error: no test specified\" && exit 1",
"create-dist": "webpack --mode production --entry ./src/js/Application.js --output-path ./dist/",
"build": "tsc && webpack --mode production --entry ./src/js/Application.js --output-path ./dist/"