UNPKG

osu-standard-stable

Version:

osu!stable version of osu!standard ruleset based on osu!lazer source code.

63 lines (62 loc) 1.75 kB
{ "name": "osu-standard-stable", "version": "5.0.1", "description": "osu!stable version of osu!standard ruleset based on osu!lazer source code.", "exports": { "import": { "default": "./lib/index.mjs", "types": "./lib/index.d.ts" }, "require": { "default": "./lib/index.cjs", "types": "./lib/index.d.ts" } }, "types": "./lib/index.d.ts", "scripts": { "dev": "rollup -c -w", "build": "rollup -c && npm run format", "test": "jest --verbose", "fix": "eslint --fix ./src", "format": "eslint --fix ./lib/** --no-ignore", "prepublishOnly": "npm run build && npm run test", "docs": "npx typedoc src/index.ts" }, "keywords": [ "osu", "osu!lazer", "osu!standard", "osu!std" ], "author": "Kionell", "repository": { "type": "git", "url": "https://github.com/kionell/osu-standard-stable" }, "license": "MIT", "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-typescript": "^12.1.2", "@stylistic/eslint-plugin": "^4.2.0", "@types/jest": "^29.5.14", "@types/node": "^22.14.0", "@typescript-eslint/eslint-plugin": "^8.29.0", "@typescript-eslint/parser": "^8.29.0", "eslint": "^9.24.0", "eslint-plugin-import": "^2.31.0", "jest": "^29.7.0", "jest-esm-transformer": "^1.0.0", "osu-parsers": "^4.1.7", "rollup": "^4.39.0", "rollup-plugin-dts": "^6.2.1", "rollup-plugin-node-externals": "^8.0.0", "ts-jest": "^29.3.1", "ts-node": "^10.9.2", "typedoc": "^0.28.1", "typescript": "^5.8.3", "typescript-eslint": "^8.29.0" }, "peerDependencies": { "osu-classes": "^3.1.0" } }