{ "name": "@vue-flow/node-resizer", "version": "1.3.0", "private": false, "license": "MIT", "author": "Burak Cakmakoglu<78412429+bcakmakoglu@users.noreply.github.com>", "repository": { "type": "git", "url": "git+https://github.com/bcakmakoglu/vue-flow/packages/plugins/node-resizer" }, "homepage": "https://github.com/bcakmakoglu/vue-flow#readme", "bugs": { "url": "https://github.com/bcakmakoglu/vue-flow/issues" }, "main": "./dist/vue-flow-node-resizer.js", "module": "./dist/vue-flow-node-resizer.mjs", "types": "./dist/index.d.ts", "unpkg": "./dist/vue-flow-node-resizer.iife.js", "jsdelivr": "./dist/vue-flow-node-resizer.iife.js", "files": [ "dist" ], "sideEffects": false, "scripts": { "build": "vite build", "types": "vue-tsc --declaration --emitDeclarationOnly && pnpm lint:dist", "lint": "eslint --ext .js,.ts,.vue ./", "lint:dist": "eslint --ext \".ts,.tsx\" -c .eslintrc.js --fix --ignore-pattern !**/* ./dist", "test": "exit 0" }, "peerDependencies": { "@vue-flow/core": "^1.12.2", "vue": "^3.2.37" }, "dependencies": { "d3-drag": "^3.0.0", "d3-selection": "^3.0.0" }, "devDependencies": { "@tooling/eslint-config": "workspace:*", "@tooling/tsconfig": "workspace:*", "@tooling/vite-config": "workspace:*", "@types/d3-drag": "^3.0.2", "@types/d3-selection": "^3.0.4", "@vue-flow/core": "workspace:*", "vite-plugin-vue-type-imports": "^0.2.4", "vite": "^4.1.4", "vue": "^3.2.25", "vue-tsc": "^1.2.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }