sudoku-solve
Version:
Konni's Sudoku solving library
29 lines (28 loc) • 620 B
JSON
{
"name": "sudoku-solve",
"version": "0.1.0",
"description": "Konni's Sudoku solving library",
"main": "./dist/index.js",
"scripts": {
"build": "tsc",
"test": "ts-mocha tests/**/*.test.ts"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"keywords": [
"Sudoku"
],
"author": "Andreas Konrad",
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.2.18",
"@types/mocha": "^8.2.2",
"chai": "^4.3.4",
"mocha": "^8.4.0",
"ts-mocha": "^8.0.0",
"typescript": "^4.2.4"
}
}