@rbxts/string-builder
Version:
StringBuilder class for Roblox that creates strings from tables
36 lines • 1 kB
JSON
{
"name": "@rbxts/string-builder",
"description": "StringBuilder class for Roblox that creates strings from tables",
"version": "1.0.6",
"main": "src/init.lua",
"types": "src/index.d.ts",
"files": [
"src",
"!**/*.tsbuildinfo"
],
"scripts": {
"setup-rokit": "rokit trust lune-org/lune && rokit trust rojo-rbx/rojo && rokit install",
"build": "npm run setup-rokit && rbxtsc ",
"dev": "npm run build -- -w",
"prepublishOnly": "npm test",
"test": "npm run build -- -p tests && rojo build tests -o tests/test-environment.rbxl && lune run tests tests/test-environment.rbxl"
},
"keywords": [
"roblox",
"rbxts",
"string-builder",
"string",
"builder"
],
"author": "runicly",
"license": "ISC",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@rbxts/compiler-types": "^3.0.0-types.0",
"@rbxts/types": "^1.0.813",
"roblox-ts": "^3.0.0",
"typescript": "^5.7.2"
}
}