@quenty/signal
Version:
A simple signal implementation for Roblox
40 lines (39 loc) • 803 B
JSON
{
"name": "@quenty/signal",
"version": "7.13.1",
"description": "A simple signal implementation for Roblox",
"keywords": [
"Roblox",
"Nevermore",
"Lua",
"event",
"signal",
"connection"
],
"bugs": {
"url": "https://github.com/Quenty/NevermoreEngine/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Quenty/NevermoreEngine.git",
"directory": "src/signal/"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/quenty"
},
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm"
},
"contributors": [
"Quenty"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@quenty/loader": "10.11.0"
},
"gitHead": "598b2b62b36bdcbdbbd56f7db10c399831cc6eba"
}