@rbxts/extendable-resources
Version:
An extendable object retrieval system for defining folders.
42 lines (41 loc) • 960 B
JSON
{
"name": "@rbxts/extendable-resources",
"version": "1.0.3",
"description": "An extendable object retrieval system for defining folders.",
"main": "init.lua",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Validark/Roblox-TS-Libraries/tree/master/extendable-resources"
},
"keywords": [
"resources",
"roblox-typescript",
"RemoteEvents",
"RemoteFunctions",
"Remotes",
"Folder",
"Manager"
],
"author": "Validark",
"license": "ISC",
"bugs": {
"url": "https://github.com/Validark/Roblox-TS-Libraries/issues"
},
"homepage": "https://github.com/Validark/Roblox-TS-Libraries/blob/master/extendable-resources/README.md",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^1.2.3-types.1",
"@rbxts/types": "^1.0.537"
},
"files": [
"init.lua",
"index.d.ts",
"README.md"
]
}