UNPKG

osumodcalculator

Version:

osu! calculator for converting values to DT & HT and other things

43 lines 1.07 kB
{ "name": "osumodcalculator", "version": "1.3.3", "description": "osu! calculator for converting values to DT & HT and other things", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/sbrstrkkdwmdr/osumodcalculator.git" }, "keywords": [ "osu!", "osugame", "osu", "dt", "ht", "ar", "od", "double", "time", "half", "time", "approach", "rate", "overall", "difficulty", "calculator" ], "author": "sbrstrkkdwmdr", "license": "MIT", "bugs": { "url": "https://github.com/sbrstrkkdwmdr/osumodcalculator/issues" }, "homepage": "https://github.com/sbrstrkkdwmdr/osumodcalculator#readme", "devDependencies": { "@types/node": "^18.6.5" }, "dependencies": { "typescript": "^4.7.4" } }