Files
vue-flow/packages/pathfinding-edge/package.json
github-actions[bot] f4616af840 chore: bump versions
2023-04-11 20:28:02 +02:00

82 lines
2.1 KiB
JSON

{
"name": "@vue-flow/pathfinding-edge",
"version": "1.0.6",
"private": false,
"license": "MIT",
"author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/bcakmakoglu/vue-flow"
},
"homepage": "https://github.com/bcakmakoglu/vue-flow#readme",
"bugs": {
"url": "https://github.com/bcakmakoglu/vue-flow/issues"
},
"keywords": [
"vue",
"flow",
"diagram",
"editor",
"graph",
"node",
"link",
"port",
"slot",
"vue3",
"composition-api",
"vue-flow",
"vueflow",
"typescript"
],
"main": "./dist/vue-flow-pathfinding-edge.js",
"types": "./dist/index.d.ts",
"module": "./dist/vue-flow-pathfinding-edge.mjs",
"unpkg": "./dist/vue-flow-pathfinding-edge.iife.js",
"jsdelivr": "./dist/vue-flow-pathfinding-edge.iife.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/vue-flow-pathfinding-edge.mjs",
"require": "./dist/vue-flow-pathfinding-edge.js"
}
},
"files": [
"dist"
],
"sideEffects": false,
"scripts": {
"prepare": "ts-patch install -s",
"dev": "vite build --watch",
"example": "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,.ts,.vue ./"
},
"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": "^3.2.25",
"vue-tsc": "^1.2.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}