UNPKG

pixi-stats

Version:

WebGL stats for pixi.js or/and three.js

50 lines (49 loc) 1.13 kB
{ "name": "pixi-stats", "version": "5.1.7", "description": "WebGL stats for pixi.js or/and three.js", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prebuild": "rm -rf dist", "build": "tsc --build", "format": "prettier . --write", "lint": "eslint src --fix", "precommit": "yarn lint;yarn format;yarn build", "amend": "yarn precommit && git commit -a --am --no-edit" }, "resolutions": { "semver": ">=5.7.2" }, "repository": { "type": "git", "url": "git+https://github.com/nenjack/pixi-stats.git" }, "files": [ "dist/", "src/" ], "keywords": [ "stats.js", "gstats", "pixi.js", "three.js", "webgl", "stats", "fps" ], "author": "Jacek Pietal <nenjack85@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/nenjack/pixi-stats/issues" }, "homepage": "https://github.com/nenjack/pixi-stats#readme", "dependencies": {}, "devDependencies": { "eslint": "^9.39.2", "globals": "^16.5.0", "prettier": "^3.7.4", "typescript": "^5.9.3", "typescript-eslint": "^8.50.0" } }