Files
vue-flow/packages/pathfinding-edge/package.json
github-actions[bot] c437e41092 chore: bump versions
2023-04-01 00:35:45 +02:00

54 lines
1.6 KiB
JSON

{
"name": "@vue-flow/pathfinding-edge",
"version": "1.0.5",
"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<brainbraks@googlemail.com>",
"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",
"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,.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/"
}
}