This commit is contained in:
Jesse D. McDonald 2021-09-24 21:09:02 -05:00
parent 107526f555
commit c59a451d83
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "paco-sako-server",
"version": "0.3.3",
"version": "0.3.4",
"description": "Server for an online version of the Paco Ŝako chess variation",
"keywords": [
"game",
@ -33,7 +33,9 @@
"express": "^4.17.1",
"sqlite3": "^4.2.0"
},
"bin": "./server.js",
"bin": {
"paco-sako-server": "server.js"
},
"engines": {
"node": ">=10.19.0"
}