@rbxts/make
Version:
Shorthand for declaring Instances with properties.
42 lines (41 loc) • 900 B
JSON
{
"name": "@rbxts/make",
"version": "1.0.6",
"description": "Shorthand for declaring Instances with properties.",
"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/make"
},
"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/make/README.md",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@rbxts/compiler-types": "^1.2.3-types.1",
"@rbxts/types": "^1.0.537"
},
"files": [
"init.lua",
"index.d.ts",
"README.md"
]
}