{
  "name": "klsudoku",
  "version": "1.3.5",
  "homepage": "https://github.com/ttylikl/klsudoku",
  "description": "Sudoku generator and solver based on Knuth's DLX method, implement with C++， N-API.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "sudoku",
    "klsudoku",
    "kunlun",
    "dlx"
  ],
  "author": "ttylikl",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/ttylikl/klsudoku.git"
  },
  "dependencies": {
    "node-addon-api": "^1.4.0"
  }
}
