{ "name": "vueflow", "version": "1.0.0", "private": true, "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" }, "main": "./dist/vue-flow.js", "module": "./dist/vue-flow.mjs", "types": "./dist/index.d.ts", "unpkg": "./dist/vue-flow.iife.js", "jsdelivr": "./dist/vue-flow.iife.js", "files": [ "dist" ], "sideEffects": false, "scripts": { "build": "vite build", "types": "tsc && shx rm -rf tmp && pnpm lint:dist", "theme": "postcss src/style.css -o dist/style.css && postcss src/theme-default.css -o dist/theme-default.css", "lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path ../../.gitignore .", "lint:dist": "eslint --ext \".ts,.tsx\" -c .eslintrc.js --fix ./dist", "prepublishOnly": "shx cp ../../README.md .", "postpublish": "shx rm README.md && git commit -a -m \"chore: bump version\"", "test": "exit 0" }, "peerDependencies": { "vue": "^3.2.25" }, "dependencies": { "@vue-flow/background": "workspace:*", "@vue-flow/controls": "workspace:*", "@vue-flow/core": "workspace:*", "@vue-flow/minimap": "workspace:*" }, "devDependencies": { "autoprefixer": "^10.4.13", "postcss": "^8.4.19", "postcss-cli": "^10.1.0", "postcss-nested": "^6.0.0", "vite": "^3.2.5" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "np": { "branch": "master", "message": "v%s" } }