images-viewer-vue3
Version:
A lightweight image viewer for Vue3
55 lines (54 loc) • 1.59 kB
JSON
{
"name": "images-viewer-vue3",
"scope": "ImagesViewerVue3",
"version": "1.0.25",
"description": "A lightweight image viewer for Vue3",
"type": "module",
"main": "./dist/lib/index.cjs",
"module": "./dist/es/index.js",
"types": "./dist/es/index.d.ts",
"style": "./dist/es/style.css",
"scripts": {
"dev": "vite",
"build": "pnpm run clean && vite build",
"build:umd": "pnpm run clean && vite build --config vite.bundle.config.ts",
"clean": "rimraf dist",
"build:pro": "pnpm run clean && pnpm build:umd && pnpm build",
"test": "echo \"Error: no test specified\" && exit 1",
"check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/qiunanya/vue3-major-editor/tree/main/packages/image-viewer"
},
"exports": {
".": {
"types": "./dist/es/index.d.ts",
"import": "./dist/es/index.js",
"require": "./dist/lib/index.cjs"
}
},
"files": [
"dist",
"umds",
"LICENSE",
"README.md",
"package.json"
],
"keywords": [
"vue3.0",
"image-viewer",
"preview-image",
"image",
"vue3-image",
"view-image",
"image-browse",
"browse-image"
],
"author": "qiuny",
"license": "MIT"
}