@quenty/idleservice
Version:
Helps track whether or not a player is idle and if so, then can show UI or other cute things.
50 lines (49 loc) • 1.22 kB
JSON
{
"name": "@quenty/idleservice",
"version": "13.45.0",
"description": "Helps track whether or not a player is idle and if so, then can show UI or other cute things.",
"keywords": [
"Roblox",
"Nevermore",
"Lua",
"Input",
"Idle",
"Humanoids"
],
"bugs": {
"url": "https://github.com/Quenty/NevermoreEngine/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Quenty/NevermoreEngine.git",
"directory": "src/idleservice/"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/quenty"
},
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm"
},
"contributors": [
"Quenty"
],
"dependencies": {
"@quenty/baseobject": "10.12.0",
"@quenty/humanoidtracker": "13.28.0",
"@quenty/loader": "10.10.0",
"@quenty/maid": "3.8.0",
"@quenty/ragdoll": "15.45.0",
"@quenty/rx": "13.26.0",
"@quenty/servicebag": "11.16.0",
"@quenty/signal": "7.12.0",
"@quenty/statestack": "14.29.0",
"@quenty/valuebaseutils": "13.27.0",
"@quenty/valueobject": "13.28.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "305e70aba3395b2f94f500c731327760984aeb4f"
}