{ "name": "@braks/vue-flow-pathfinding-edge", "version": "0.2.1", "private": false, "repository": { "type": "git", "url": "https://github.com/bcakmakoglu/vue-flow-pathfinding-edge" }, "homepage": "https//vueflow.dev/docs/addons/pathfinding", "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 && vue-tsc --declaration --emitDeclarationOnly && tsc", "postbuild": "shx rm -rf tmp", "prepublishOnly": "yarn build", "test": "exit 0;", "lint:js": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .", "lint": "yarn lint:js" }, "dependencies": { "@vueuse/core": "^8.4.2", "pathfinding": "^0.4.18", "perfect-arrows": "^0.3.7" }, "devDependencies": { "@braks/vue-flow": "^0.4.10", "@types/pathfinding": "^0.0.5", "@vitejs/plugin-vue": "^2.3.3", "np": "^7.5.0", "ts-patch": "^2.0.1", "typescript-transform-paths": "^3.3.1", "unplugin-auto-import": "^0.7.1", "vite": "^2.9.9", "vue-tsc": "^0.34.12" }, "peerDependencies": { "@braks/vue-flow": "^0.4.0", "vue": "^3.2.25" }, "publishConfig": { "access": "public", "registry": "http://registry.npmjs.org/" }, "np": { "branch": "master", "yarn": true, "message": "v%s" } }