image-cropper-next
Version:
A Vue 3 image cropper component for Vite
44 lines • 948 B
JSON
{
"name": "image-cropper-next",
"private": false,
"version": "0.0.9",
"description": "A Vue 3 image cropper component for Vite",
"main": "dist/index.js",
"module": "dist/index.mjs",
"type": "module",
"typings": "dist/types/index.d.ts",
"web-types": "dist/smartips/web-types.json",
"keywords": [
"image-cropper-next",
"image-cropper",
"vue3",
"typescript",
"vite",
"vue",
"cropper",
"wisdoms",
"marvin"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/yi-boide/vue-image-cropper.git",
"directory": "packages/ImageCropper"
},
"bugs": {
"url": "https://github.com/yi-boide/vue-image-cropper/issues"
},
"license": "MIT",
"files": [
"dist",
"package.json",
"README.md"
],
"author": {
"name": "Marvin",
"email": "454846659@qq.com"
}
}