{
    "name": "@rian8337/osu-difficulty-calculator",
    "version": "3.3.2",
    "description": "A module for calculating osu!standard beatmap difficulty and performance value with respect to the current difficulty and performance algorithm.",
    "keywords": [
        "osu",
        "osu-difficulty-calculator"
    ],
    "author": "Rian8337 <52914632+Rian8337@users.noreply.github.com>",
    "homepage": "https://github.com/Rian8337/osu-droid-module#readme",
    "license": "MIT",
    "main": "dist/index.js",
    "types": "typings/index.d.ts",
    "typedocMain": "src/index.ts",
    "files": [
        "dist/**",
        "typings/**"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Rian8337/osu-droid-module.git"
    },
    "scripts": {
        "build": "rollup -c ../../rollup.config.mjs",
        "lint": "eslint --ext ts",
        "prepare": "npm run build",
        "test": "jest"
    },
    "bugs": {
        "url": "https://github.com/Rian8337/osu-droid-module/issues"
    },
    "dependencies": {
        "@rian8337/osu-base": "^3.3.0"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "57505496a31971275614e88ff26738d2f7efdd20"
}
