{ "name": "@vue-flow/pathfinding-edge", "version": "1.0.2", "private": false, "repository": { "type": "git", "url": "https://github.com/bcakmakoglu/vue-flow/tree/master/packages/pathfinding-edge" }, "homepage": "https://github.com/bcakmakoglu/vue-flow/tree/master/packages/pathfinding-edge#readme", "license": "MIT", "author": "Burak Cakmakoglu", "main": "./dist/vue-flow-pathfinding-edge.cjs.js", "types": "./dist/index.d.ts", "module": "./dist/vue-flow-pathfinding-edge.es.js", "unpkg": "./dist/vue-flow-pathfinding-edge.iife.js", "jsdelivr": "./dist/vue-flow-pathfinding-edge.iife.js", "files": [ "dist" ], "scripts": { "prepare": "ts-patch install -s", "dev": "vite", "build": "vite build", "types": "pnpm prepare && vue-tsc --declaration --emitDeclarationOnly && shx rm -rf tmp", "postbuild": "shx rm -rf tmp", "test": "exit 0;", "lint:js": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .", "lint": "pnpm lint:js" }, "dependencies": { "pathfinding": "^0.4.18", "perfect-arrows": "^0.3.7" }, "devDependencies": { "@vue-flow/core": "workspace:*", "@types/pathfinding": "^0.0.6", "@vitejs/plugin-vue": "^4.0.0", "ts-patch": "^2.1.0", "typescript-transform-paths": "^3.4.6", "unplugin-auto-import": "^0.12.1", "vite": "^4.0.4", "vite-plugin-vue-type-imports": "^0.2.4", "vue-tsc": "^1.0.24" }, "peerDependencies": { "@vue-flow/core": "^1.12.2", "vue": "^3.2.25" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }