@quenty/promise
Version:
Promise implementation for Roblox
42 lines (41 loc) • 891 B
JSON
{
"name": "@quenty/promise",
"version": "10.18.1",
"description": "Promise implementation for Roblox",
"keywords": [
"Roblox",
"Nevermore",
"Lua",
"promise"
],
"bugs": {
"url": "https://github.com/Quenty/NevermoreEngine/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Quenty/NevermoreEngine.git",
"directory": "src/promise/"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/quenty"
},
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm"
},
"contributors": [
"Quenty"
],
"dependencies": {
"@quenty/deferred": "2.3.2",
"@quenty/loader": "10.11.0",
"@quenty/maid": "3.9.0",
"@quenty/math": "2.7.5",
"@quenty/signal": "7.13.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "598b2b62b36bdcbdbbd56f7db10c399831cc6eba"
}