{
  "name": "15-puzzle",
  "version": "6.2.3",
  "description": "A simple 15 puzzle library",
  "main": "dist/index.js",
  "scripts": {
    "test": "mocha --require ts-node/register 'src/*.test.ts'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HiraginoYuki/15-puzzle.git"
  },
  "keywords": [
    "15puzzle",
    "puzzle"
  ],
  "author": "Yuki Hiragino",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/HiraginoYuki/15-puzzle/issues"
  },
  "homepage": "https://github.com/HiraginoYuki/15-puzzle#readme",
  "dependencies": {
    "random-seed": "^0.3.0",
    "@types/random-seed": "^0.3.3"
  },
  "devDependencies": {
    "typescript": "^4.5.2",
    "ts-node": "^10.4.0",
    "chai": "^4.3.4",
    "mocha": "^9.1.3",
    "@types/chai": "^4.2.22",
    "@types/mocha": "^9.0.0"
  }
}
