{
  "name": "@0-harshit-0/maze-generator-and-solver",
  "version": "1.0.3",
  "description": "Generate maze using randomized DFS and Solve it using Path Finding algorithms",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/0-harshit-0/maze.git"
  },
  "keywords": [
    "maze",
    "maze-generation",
    "maze-soliving",
    "path-finding",
    "dfs",
    "graphs",
    "dijkstra"
  ],
  "author": "harshit",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/0-harshit-0/maze/issues"
  }
}

