UNPKG

@rbxts/remo

Version:

A simple remote library for Roblox

46 lines 1.07 kB
{ "name": "@rbxts/remo", "version": "1.5.2", "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.729", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "eslint": "^8.52.0", "eslint-config-prettier": "^8.10.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-roblox-ts": "^0.0.35", "prettier": "^2.8.8", "roblox-ts": "^2.2.0", "typescript": "^5.2.2" }, "scripts": { "test": "sh scripts/test.sh", "analyze": "sh scripts/analyze.sh" } }