inner-image-zoom
Version:
A lightweight Vanilla JS package for magnifying an image within its parent container 🔎
56 lines (55 loc) • 1.3 kB
JSON
{
"name": "inner-image-zoom",
"version": "1.0.1",
"main": "lib/index.js",
"module": "src/index.js",
"types:": "src/index.d.ts",
"browser": "umd/index.js",
"files": [
"lib",
"umd",
"src"
],
"author": "Lauren Ashpole",
"description": "A lightweight Vanilla JS package for magnifying an image within its parent container 🔎",
"homepage": "https://github.com/laurenashpole/inner-image-zoom/packages/vanilla#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/laurenashpole/inner-image-zoom.git"
},
"bugs": {
"url": "https://github.com/laurenashpole/inner-image-zoom/issues"
},
"keywords": [
"vanilla",
"magnify",
"zoom",
"enlarge",
"image",
"responsive",
"photo",
"pdp",
"ecommerce"
],
"scripts": {
"release": "release-it"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"release-it": {
"hooks": {
"before:init": "yarn --cwd='../..' test",
"after:bump": "yarn --cwd='../..' build"
},
"git": {
"commitMessage": "chore: release ${npm.name} v${version}",
"tagName": "${npm.name}@${version}",
"tagAnnotation": "Release ${npm.name}@${version}"
},
"npm": {
"skipChecks": true
}
}
}