{
    "name": "yy-fps",
    "version": "2.0.1",
    "description": "A vanilla, easy-to-use FPS meter with colored graph and no dependencies or separate CSS files",
    "main": "dist/fps.min.js",
    "types": "@types/fps.d.ts",
    "module": "dist/fps.es.js",
    "files": ["dist", "@types"],
    "type": "module",
    "directories": {
        "doc": "docs"
    },
    "scripts": {
        "start": "rollup -c rollup.dev.js --watch",
        "build": "rollup -c rollup.config.js",
        "build-demo": "rollup -c rollup.demo.js",
        "declaration": "tsc --target ES5 --declaration --emitDeclarationOnly fps.ts --declarationDir @types",
        "docs": "typedoc --excludeProtected --out docs/jsdoc fps.ts",
        "prepublishOnly": "yarn build && yarn build-demo && yarn declaration && yarn docs"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/davidfig/fps.git"
    },
    "keywords": [
        "FPS",
        "meter",
        "graph",
        "frames per second"
    ],
    "author": "David Figatner",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/davidfig/fps/issues"
    },
    "homepage": "https://github.com/davidfig/fps#readme",
    "devDependencies": {
        "@babel/core": "^7.20.5",
        "@babel/preset-env": "^7.20.2",
        "@rollup/plugin-babel": "^6.0.3",
        "@rollup/plugin-commonjs": "^23.0.5",
        "@rollup/plugin-node-resolve": "^15.0.1",
        "@rollup/plugin-typescript": "^10.0.1",
        "clicked": "^4.0.3",
        "fork-me-github": "^1.2.0",
        "highlight.js": "^11.7.0",
        "pixi-ease": "^3.0.7",
        "pixi.js": "^7.0.5",
        "rollup": "^3.7.4",
        "rollup-plugin-serve": "^2.0.2",
        "rollup-plugin-terser": "^7.0.2",
        "tslib": "^2.4.1",
        "typedoc": "^0.23.22",
        "typescript": "^4.9.4",
        "yy-random": "^1.10.2"
    }
}
