UNPKG

@pronotron/io

Version:

Reliable viewport tracking without missed targets, unlike the default IntersectionObserver API.

46 lines (45 loc) 1.31 kB
{ "name": "@pronotron/io", "version": "0.0.1-beta.6", "description": "Reliable viewport tracking without missed targets, unlike the default IntersectionObserver API.", "author": "Yunus Bayraktaroglu <yunus.bayraktaroglu@gmail.com>", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "sideEffects": false, "license": "MIT", "files": [ "dist/**" ], "repository": { "type": "git", "url": "git+https://github.com/yunusbayraktaroglu/pronotron-tech-art-suite.git", "directory": "packages/pronotron-io" }, "bugs": { "url": "https://github.com/yunusbayraktaroglu/pronotron-tech-art-suite/issues" }, "homepage": "https://yunusbayraktaroglu.github.io/pronotron-tech-art-suite/", "keywords": [ "design", "viewport", "IntersectionObserver" ], "scripts": { "build": "tsup src/index.ts --format esm,cjs --dts --minify terser", "dev": "tsup src/index.ts --format esm,cjs --watch --dts", "lint": "eslint \"src/**/*.ts*\"", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist" }, "devDependencies": { "@pronotron/config-ts": "0.0.1-beta.0", "@pronotron/config-eslint": "*", "eslint": "^8.57.0", "terser": "^5.33.0", "tsup": "^8.5.0", "typescript": "^5.9.3" }, "dependencies": { "@pronotron/utils": "0.0.1-beta.6" } }