UNPKG

@ziagl/tiled-map-path-finder

Version:

A path finder library for 2 dimensional maps.

49 lines (48 loc) 1.25 kB
{ "name": "@ziagl/tiled-map-path-finder", "version": "1.0.3", "description": "A path finder library for 2 dimensional maps.", "author": "Werner Ziegelwanger (ziagl)", "license": "GNU LESSER GENERAL PUBLIC LICENSE", "keywords": [ "tiled", "map", "path", "finder" ], "files": [ "lib", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/Ziagl/tiled-map-path-finder.git" }, "bugs": { "url": "https://github.com/Ziagl/tiled-map-path-finder/issues" }, "homepage": "https://github.com/Ziagl/tiled-map-path-finder#readme", "main": "lib/main/index.js", "types": "lib/main/index.d.ts", "scripts": { "build": "tsc", "lint": "eslint", "test": "jest", "format": "prettier ./src --write" }, "devDependencies": { "@types/jest": "^29.5.12", "eslint": "^8.57.0", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-n": "^16.6.2", "eslint-plugin-promise": "^6.1.1", "jest": "^29.7.0", "prettier": "^3.3.3", "typescript": "^5.4.5" }, "dependencies": { "@ziagl/tiled-map-utils": "^0.0.3", "honeycomb-grid": "^4.1.5" } }