UNPKG

phaser-navmesh

Version:

A plugin for Phaser (v3) for fast pathfinding using navigation meshes

56 lines (55 loc) 1.35 kB
{ "name": "phaser-navmesh", "version": "2.3.1", "description": "A plugin for Phaser (v3) for fast pathfinding using navigation meshes", "main": "dist/phaser-navmesh-plugin.js", "types": "dist/index.d.ts", "files": [ "src", "dist" ], "scripts": { "test": "", "tsc": "tsc", "build": "webpack --mode production", "watch": "webpack --mode development --watch", "prepublishOnly": "npm run build" }, "dependencies": { "core-js": "3", "navmesh": "^2.3.1" }, "peerDependencies": { "phaser": "^3.55.2" }, "devDependencies": { "@babel/core": "^7.14.6", "@babel/preset-env": "^7.14.5", "babel-loader": "^8.2.2", "clean-webpack-plugin": "^3.0.0", "ts-loader": "^9.2.3", "typescript": "^4.3.4", "webpack": "^5.40.0", "webpack-cli": "^4.7.2" }, "repository": { "type": "git", "url": "git+https://github.com/mikewesthad/phaser-navmesh-plugin.git" }, "keywords": [ "path finding", "navigation mesh", "phaser", "a*" ], "author": "Michael Hadley", "contributors": [ "Rex Twedt" ], "license": "MIT", "bugs": { "url": "https://github.com/mikewesthad/phaser-navmesh-plugin/issues" }, "homepage": "https://github.com/mikewesthad/phaser-navmesh-plugin#readme", "gitHead": "03190dcb4352d0d39c7e72f5d1af4b10dfb4f705" }