UNPKG

@voorhoede/image-vue

Version:

Optimized CDN image component

37 lines (36 loc) 795 B
{ "name": "@voorhoede/image-vue", "version": "1.1.0", "description": "Optimized CDN image component", "type": "module", "scripts": { "prebuild": "rm --recursive --force ./dist/*", "build": "tsc", "dev": "tsc --watch", "prepare": "npm run build" }, "dependencies": { "vue": "^3.4.27" }, "devDependencies": { "@tsconfig/node-lts": "^20.1.3", "typescript": "^5.4.5" }, "files": [ "dist" ], "exports": "./dist/image-vue/Image.mjs", "types": "./dist/image-vue/Image.d.mts", "repository": { "type": "git", "url": "git+https://github.com/voorhoede/Image.git", "directory": "image-vue" }, "keywords": [ "vue", "image", "component" ], "author": "De Voorhoede (https://www.voorhoede.nl/)", "license": "ISC" }