UNPKG

smooth-zoom

Version:

A light weight javascript library for zooming images.

50 lines 1.35 kB
{ "name": "smooth-zoom", "version": "1.5.0", "description": "A light weight javascript library for zooming images.", "type": "module", "main": "dist/zoom.min.js", "module": "dist/zoom.esm.js", "types": "dist/zoom.d.ts", "repository": { "type": "git", "url": "git+https://github.com/marshallku/smooth-zoom.git" }, "keywords": [ "image", "picture", "zoom", "zoomable", "zoom-images" ], "author": { "name": "Marshall K", "email": "marshall@kakao.com", "url": "https://marshallku.com" }, "license": "MIT", "bugs": { "url": "https://github.com/marshallku/smooth-zoom/issues" }, "homepage": "https://github.com/marshallku/smooth-zoom#readme", "prettier": "@marshallku/prettier-config", "devDependencies": { "@marshallku/prettier-config": "^0.0.1", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-terser": "^0.4.3", "@rollup/plugin-typescript": "^11.1.2", "@types/node": "^20.4.2", "babel-plugin-transform-object-rest-spread": "^6.26.0", "cssnano": "^6.0.1", "rollup": "^3.26.2", "rollup-plugin-dts": "^5.3.0", "rollup-plugin-postcss": "^4.0.2", "tslib": "^2.6.0", "typescript": "^5.1.6" }, "scripts": { "build": "rollup --config", "prepublish": "pnpm run build", "update-version": "bash scripts/update.sh" } }