schmirc/package.json
2023-07-10 19:56:23 +02:00

16 lines
286 B
JSON

{
"name": "schmirc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./src/index.mjs"
},
"author": "Flummi",
"license": "ISC",
"dependencies": {
"@xpressit/winning-poker-hand-rank": "^0.1.6",
"cuffeo": "^1.2.2"
}
}