@hakerh400/puzzle-games
Version:
Puzzle games
38 lines • 760 B
JSON
{
"name": "@hakerh400/puzzle-games",
"description": "Puzzle games",
"version": "1.0.0",
"author": "Thomas <hakerh403@gmail.com>",
"main": "index.js",
"contributors": [],
"keywords":
[ "puzzle"
, "game"
, "csp"
, "sat"
, "sat-solver"
, "logic"
, "theorem"
, "constraint"
, "js"
, "javascript"
, "node"
, "nodejs"
, "node.js"
, "electron"
, "desktop"
, "app"
],
"homepage": "https://gitlab.com/Hakerh400/puzzle-games",
"repository": "git://gitlab.com/Hakerh400/puzzle-games.git",
"scripts": {
"test": "node test"
},
"dependencies": {
"omikron": "~1.2.62"
},
"engines": {
"node": ">=16"
},
"license": "Unlicense"
}