{ "name": "vue-cropper", "version": "1.1.4", "description": "A simple Vue picture clipping plugin", "keywords": [ "vue", "vue3", "cropper", "vue-cropper", "vue-component", "vue-cropper-component" ], "main": "./dist/vue-cropper.es.js", "typings": "./lib/typings/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/xyxiao001/vue-cropper.git" }, "author": "xyxiao001", "license": "ISC", "bugs": { "url": "https://github.com/xyxiao001/vue-cropper/issues" }, "homepage": "https://github.com/xyxiao001/vue-cropper#readme", "scripts": { "dev": "vite", "build": "vue-tsc && vite build", "serve": "vite preview" }, "devDependencies": { "@types/babel__core": "^7.1.19", "@types/node": "^18.15.0", "@vitejs/plugin-vue": "^4.0.0", "vite": "^4.1.0", "vue": "^3.3.4", "vue-cropper": "^1.0.3", "typescript": "^5.5.3", "vue-tsc": "^2.0.26" } }