UNPKG

browser-font-size-observer

Version:

Detect and observe changes to the browser font size setting

52 lines (51 loc) 1.23 kB
{ "name": "browser-font-size-observer", "version": "0.1.1", "author": "Artur Bień <artur.bien@gmail.com> (https://www.linkedin.com/in/arturbien/)", "description": "Detect and observe changes to the browser font size setting", "keywords": [ "detect", "browser", "font size", "font" ], "files": ["./dist"], "repository": "git@github.com:arturbien/browser-font-size-observer.git", "main": "./dist/index.js", "types": "./dist/index.d.ts", "funding": [ { "type": "paypal", "url": "https://www.paypal.me/react95" }, { "type": "patreon", "url": "https://www.patreon.com/arturbien" } ], "publishConfig": { "access": "public" }, "scripts": { "start": "webpack-dev-server --open", "test": "jest", "build": "webpack", "prepare": "webpack" }, "license": "MIT", "devDependencies": { "@types/jest": "^29.2.5", "@types/jsdom": "^20.0.1", "jest": "^29.3.1", "jsdom": "^20.0.3", "ts-jest": "^29.0.3", "ts-loader": "^9.3.1", "typescript": "^4.9.4", "webpack": "^5.75.0", "webpack-cli": "^3.3.6", "webpack-dev-server": "^3.7.2" }, "dependencies": { "jest-environment-jsdom": "^29.3.1" } }