orthogonal-path-finding
Version:
Compute an orthogonal line from start to end with obstacles
37 lines (36 loc) • 765 B
JSON
{
"name": "orthogonal-path-finding",
"version": "0.0.3",
"description": "Compute an orthogonal line from start to end with obstacles",
"type": "module",
"scripts": {
"build": "vite build"
},
"files": [
"dist"
],
"types": "./dist/index.d.ts",
"main": "./dist/orthogonal-path-finding.umd.cjs",
"module": "./dist/orthogonal-path-finding.js",
"exports": {
".": {
"import": "./dist/orthogonal-path-finding.js",
"require": "./dist/orthogonal-path-finding.umd.cjs"
}
},
"keywords": [
"routing",
"path",
"finding",
"orthogonal",
"line",
"obstacle",
"grid"
],
"author": "nicodechal",
"license": "MIT",
"devDependencies": {
"vite": "^5.3.4",
"vite-plugin-dts": "3.9.1"
}
}