UNPKG

@rbxts/zircon

Version:

<div> <img src="https://i.imgur.com/YgpbX7G.png" align="left" width="128"/> <h1>ZIRCON</h1> <h3>A clean, sleek, runtime debugging console for Roblox</h3> <a href="https://npmjs.com/package/@rbxts/zircon"><img src="https://badge.fury.io

65 lines (64 loc) 2.18 kB
{ "name": "@rbxts/zircon", "version": "1.0.9", "description": "", "main": "out/init.lua", "scripts": { "prepare": "npm run build", "build": "rbxtsc --verbose", "dev:example": "concurrently npm:watch:example npm:serve:example", "prod:example": "concurrently npm:watch-prod:example npm:serve:example", "build:example": "rbxtsc --type=game -p ./example -i ./include", "build:luau": "rbxtsc --verbose --type=model --rojo=\"luau/build.project.json\"", "watch:example": "cross-env NODE_ENV=development rbxtsc -w --type=game -p ./example -i ./include", "watch-prod:example": "rbxtsc -w --type=game -p ./example -i ./include", "serve:example": "rojo serve ./example/default.project.json --port 34567" }, "keywords": [ "Runtime scripting", "Roblox", "Debugging" ], "author": "Vorlias", "license": "MIT", "publishConfig": { "access": "public" }, "types": "out/index.d.ts", "devDependencies": { "@rbxts/compiler-types": "1.2.7-types.1", "@rbxts/types": "^1.0.537", "@typescript-eslint/eslint-plugin": "^4.4.1", "@typescript-eslint/parser": "^4.4.1", "concurrently": "^5.3.0", "cross-env": "^7.0.3", "eslint": "^7.11.0", "eslint-config-prettier": "^6.13.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-roblox-ts": "0.0.24", "prettier": "^2.1.2", "rbxts-transform-debug": "1.0.0-ts4.4", "rbxts-transform-env": "1.0.0-ts4.4", "rbxts-transformer-services": "^1.0.0", "roblox-ts": "^1.2.7", "typescript": "=4.4.4" }, "dependencies": { "@rbxts/flipper": "^2.0.1", "@rbxts/log": "0.5.0-beta.1", "@rbxts/maid": "^1.0.0-ts.1", "@rbxts/message-templates": "^0.3.2", "@rbxts/net": "^3.0.0-alpha.0", "@rbxts/roact": ">=1.4.0-ts >= 1.4.1-ts >= 1.4.2-ts", "@rbxts/roact-hooks": "=0.3.0-ts.2", "@rbxts/roact-rodux": "=0.2.2-ts.5", "@rbxts/rodux": "=3.0.0-ts.3", "@rbxts/rust-classes": "=0.11.0-beta.1", "@rbxts/services": "^1.2.0", "@rbxts/signal": "^1.0.3", "@rbxts/snapdragon": "2.0.0-beta.1", "@rbxts/string-utils": "^1.0.3", "@rbxts/t": "^1.3.5", "@rbxts/zirconium": "^1.1.0" } }