UNPKG

@dreamworld/dw-image

Version:

A WebComponent to show zoomable image on documentation & blog sites

54 lines (53 loc) 1.25 kB
{ "name": "@dreamworld/dw-image", "version": "1.5.1", "description": "A WebComponent to show zoomable image on documentation & blog sites", "main": "dw-image.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/DreamworldSolutions/dw-image.git" }, "keywords": [ "image", "zoomable-image" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/DreamworldSolutions/dw-image/issues" }, "devDependencies": { "semantic-release": "17.0.8" }, "publishConfig": { "access": "public" }, "resolutions": { "tslib": "2.1.0" }, "dependencies": { "@dreamworld/dw-icon-button": "^3.0.0", "@dreamworld/pwa-helpers": "^1.14.0" }, "release": { "branches": [ "+([0-9])?(.{+([0-9]),x}).x", "main", { "name": "feature/*", "prerelease": "${name.replace(/^feature\\//g,\"\")}", "channel": "${name.replace(/^feature\\//g,\"\")}" } ] }, "homepage": "https://github.com/DreamworldSolutions/dw-image#readme", "prettier": { "singleQuote": true, "arrowParens": "avoid", "printWidth": 140 } }