{ "name": "@vue-flow/pathfinding-edge", "version": "1.0.3", "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": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix ." }, "peerDependencies": { "@vue-flow/core": "^1.12.2" }, "dependencies": { "pathfinding": "^0.4.18", "perfect-arrows": "^0.3.7" }, "devDependencies": { "@tooling/eslint-config": "workspace:*", "@tooling/tsconfig": "workspace:*", "@tooling/vite-config": "workspace:*", "@types/pathfinding": "^0.0.6", "@vue-flow/core": "workspace:*", "@vitejs/plugin-vue": "^4.0.0", "ts-patch": "^2.1.0", "typescript-transform-paths": "^3.4.6", "vite": "^4.1.4", "vue-tsc": "^1.1.5" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }