UNPKG

@voorhoede/image-react

Version:

Optimized CDN image component

38 lines (37 loc) 812 B
{ "name": "@voorhoede/image-react", "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": { "react": "^19.1.0" }, "devDependencies": { "@tsconfig/node-lts": "^20.1.3", "@types/react": "^19.1.6", "typescript": "^5.4.5" }, "files": [ "dist" ], "exports": "./dist/image.js", "types": "./dist/image.d.ts", "repository": { "type": "git", "url": "git+https://github.com/voorhoede/Image.git", "directory": "image-react" }, "keywords": [ "react", "image", "component" ], "author": "De Voorhoede (https://www.voorhoede.nl/)", "license": "ISC" }