{
  "name": "@satheshsat/puzzle",
  "version": "0.0.7",
  "description": "Puzzle game",
  "keywords": [
    "Puzzle",
    "game"
  ],
  "repository": "satheshsat/games",
  "author": "Sathesh kumar <satheshs.sat@gmail.com>",
  "license": "MIT",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@angular/common": "^13.3.0",
    "@angular/core": "^13.3.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "module": "fesm2015/satheshsat-puzzle.mjs",
  "es2020": "fesm2020/satheshsat-puzzle.mjs",
  "esm2020": "esm2020/satheshsat-puzzle.mjs",
  "fesm2020": "fesm2020/satheshsat-puzzle.mjs",
  "fesm2015": "fesm2015/satheshsat-puzzle.mjs",
  "typings": "satheshsat-puzzle.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./satheshsat-puzzle.d.ts",
      "esm2020": "./esm2020/satheshsat-puzzle.mjs",
      "es2020": "./fesm2020/satheshsat-puzzle.mjs",
      "es2015": "./fesm2015/satheshsat-puzzle.mjs",
      "node": "./fesm2015/satheshsat-puzzle.mjs",
      "default": "./fesm2020/satheshsat-puzzle.mjs"
    }
  },
  "sideEffects": false
}