@rbxts/remo
Version:
A simple remote library for Roblox
46 lines • 1.07 kB
JSON
{
"name": "@rbxts/remo",
"version": "1.5.3",
"description": "A simple remote library for Roblox",
"main": "src/init.luau",
"keywords": [
"roblox",
"remote",
"rbxts"
],
"author": "littensy",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/littensy/remo.git"
},
"bugs": {
"url": "https://github.com/littensy/remo/issues"
},
"types": "src/index.d.ts",
"files": [
"src",
"!**/*.tsbuildinfo",
"!**/*.spec.luau"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "2.2.0-types.0",
"@rbxts/types": "^1.0.894",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.2",
"eslint-plugin-prettier": "^4.2.5",
"eslint-plugin-roblox-ts": "^0.0.35",
"prettier": "^2.8.8",
"roblox-ts": "^2.3.0",
"typescript": "^5.9.3"
},
"scripts": {
"test": "sh scripts/test.sh",
"analyze": "sh scripts/analyze.sh"
}
}