refresh-rate
Version:
Get the monitor refresh rate.
45 lines (44 loc) • 761 B
JSON
{
"name": "refresh-rate",
"version": "1.0.0",
"description": "Get the monitor refresh rate.",
"repository": "https://github.com/Richienb/refresh-rate.git",
"author": "Richie Bendall <richiebendall@gmail.com>",
"license": "MIT",
"main": "index.js",
"files": [
"index.js",
"index.d.ts"
],
"engines": {
"node": ">=10"
},
"scripts": {
"lint": "xo",
"test": "xo && ava"
},
"keywords": [
"refresh",
"rate",
"monitor",
"framerate",
"fps",
"detect",
"compute",
"calculate",
"system"
],
"dependencies": {
"mean-average": "^1.0.0",
"performance-now": "^2.1.0",
"raf": "^3.4.1"
},
"devDependencies": {
"ava": "^3.10.1",
"eslint-config-richienb": "^0.4.2",
"xo": "^0.32.1"
},
"xo": {
"extends": "richienb"
}
}