@quenty/tie
Version:
Tie allows interfaces to be defined between Lua OOP and Roblox objects.
57 lines (56 loc) • 1.41 kB
JSON
{
"name": "@quenty/tie",
"version": "10.20.3",
"description": "Tie allows interfaces to be defined between Lua OOP and Roblox objects.",
"keywords": [
"Roblox",
"Nevermore",
"Lua",
"Tie",
"OOP",
"API",
"Interface"
],
"bugs": {
"url": "https://github.com/Quenty/NevermoreEngine/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Quenty/NevermoreEngine.git",
"directory": "src/tie/"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/quenty"
},
"license": "MIT",
"contributors": [
"Quenty"
],
"dependencies": {
"@quenty/attributeutils": "^14.17.3",
"@quenty/baseobject": "^10.8.3",
"@quenty/brio": "^14.17.3",
"@quenty/collectionserviceutils": "^8.17.3",
"@quenty/instanceutils": "^13.17.3",
"@quenty/loader": "^10.8.3",
"@quenty/maid": "^3.4.3",
"@quenty/rx": "^13.17.3",
"@quenty/rxsignal": "^7.17.3",
"@quenty/statestack": "^14.18.3",
"@quenty/string": "^3.3.3",
"@quenty/symbol": "^3.4.2",
"@quenty/table": "^3.7.4",
"@quenty/tuple": "^1.5.3",
"@quenty/valuebaseutils": "^13.17.3",
"@quenty/valueobject": "^13.17.3"
},
"devDependencies": {
"@quenty/promise": "^10.10.4",
"@quenty/signal": "^7.10.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "b06c070ae91d5dab7bd8de6e290ad2caabb15d8f"
}