@scqilin/screen-scaler
Version:
A powerful screen scaling adapter for big screen applications with TypeScript support
63 lines (62 loc) • 1.68 kB
JSON
{
"name": "@scqilin/screen-scaler",
"version": "2.0.0",
"description": "A powerful screen scaling adapter for big screen applications with TypeScript support",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"umd": "dist/index.umd.js",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "rollup -c",
"build:watch": "rollup -c -w",
"dev": "rollup -c -w",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"clean": "rimraf dist",
"prepublishOnly": "npm run clean && npm run build",
"publish": "npm publish --access public"
},
"keywords": [
"screen-scaler",
"big-screen",
"responsive",
"typescript",
"viewport",
"scaling",
"adapter",
"large-screen",
"display"
],
"author": "scqilin",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/scqilin/screen-scaler.git"
},
"bugs": {
"url": "https://github.com/scqilin/screen-scaler/issues"
},
"homepage": "https://github.com/scqilin/screen-scaler#readme",
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.4",
"@types/node": "^24.0.10",
"@typescript-eslint/eslint-plugin": "^8.35.1",
"@typescript-eslint/parser": "^8.35.1",
"eslint": "^9.30.1",
"rimraf": "^6.0.1",
"rollup": "^2.79.2",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.8.1",
"typescript": "^5.8.3"
}
}