{
  "name": "pixi-stats",
  "version": "4.2.0",
  "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 src",
    "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/Prozi/pixi-stats.git"
  },
  "files": [
    "dist/",
    "src/"
  ],
  "keywords": [
    "stats.js",
    "gstats",
    "pixi.js",
    "three.js",
    "webgl",
    "stats",
    "fps"
  ],
  "author": "Jacek Pietal <prozi85@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Prozi/pixi-stats/issues"
  },
  "homepage": "https://github.com/Prozi/pixi-stats#readme",
  "dependencies": {},
  "devDependencies": {
    "eslint": "^9.25.1",
    "globals": "^16.0.0",
    "prettier": "^3.5.3",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.31.0"
  }
}
