{ "name": "slide-swiper-component", "version": "1.0.1", "description": "A smooth, adaptive swipe component with haptic feedback, procedural sound, and progressive colour transitions. Zero dependencies. Works in any browser.", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "unpkg": "dist/index.umd.js", "jsdelivr": "dist/index.umd.js", "sideEffects": false, "exports": { ".": { "import": "./dist/index.esm.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist", "src/SlideSwiper.js", "src/index.d.ts", "demo/App_demo.gif", "demo/App_demo (1).gif", "README.md", "CHANGELOG.md", "LICENSE" ], "scripts": { "build": "node build.js", "test": "node test.js", "prepublishOnly": "npm run build && npm test" }, "keywords": [ "swipe", "slide", "slider", "swiper", "gesture", "touch", "haptic", "haptic-feedback", "vibration", "sound", "web-audio", "animation", "mobile", "pwa", "approve", "reject", "vanilla-js", "no-dependencies" ], "author": "iaishuvenkat", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/iaishuvenkat/slide-swiper-component.git" }, "bugs": { "url": "https://github.com/iaishuvenkat/slide-swiper-component/issues" }, "homepage": "https://github.com/iaishuvenkat/slide-swiper-component#readme", "engines": { "node": ">=14.0.0" }, "browserslist": [ "last 2 Chrome versions", "last 2 Firefox versions", "last 2 Safari versions", "last 2 Edge versions" ] }