{
  "name": "logic-puzzle-generator",
  "version": "1.4.1",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joshhills/logic-puzzle-generator.git"
  },
  "description": "A headless, TypeScript-based Logic Grid Puzzle Engine.",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "prepublishOnly": "npm run build && npm test",
    "start": "node dist/examples/cli.js",
    "benchmark": "tsc && node dist/examples/benchmark.js",
    "release": "standard-version",
    "prepare": "husky"
  },
  "keywords": [
    "logic",
    "puzzle",
    "generator",
    "zebra puzzle",
    "grid",
    "typescript"
  ],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@commitlint/cli": "^20.2.0",
    "@commitlint/config-conventional": "^20.2.0",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.12.7",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "standard-version": "^9.5.0",
    "ts-jest": "^29.1.2",
    "typescript": "^5.4.5"
  }
}
