UNPKG

path-finding-2d

Version:
37 lines 920 B
{ "name": "path-finding-2d", "version": "1.0.4", "description": "Fast 2D pathfinding library using triangulated navmesh", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "pathfinding", "path-finding", "navmesh", "navigation mesh", "navigation", "2d", "triangulation", "astar", "navigation", "string-pulling", "string pulling", "polygons", "2d math", "typescript" ], "author": "Andrey Elfimov <eandrey813@gmail.com>", "repository": { "type": "git", "url": "https://github.com/andrewNicholson-bbi1911/path-finding-2d" }, "license": "MIT", "dependencies": { "poly-math-2d": "^0.2.0" }, "devDependencies": { "typescript": "^5.0.0", "@types/node": "^20.0.0", "svg-builder": "^1.0.1" } }