@rbxts/planck-matter-debugger
Version:
A Plugin for Planck, adding support for the matter debugger.
43 lines • 1 kB
JSON
{
"name": "@rbxts/planck-matter-debugger",
"version": "0.1.0-rc.2",
"description": "A Plugin for Planck, adding support for the matter debugger.",
"main": "out/init.luau",
"types": "out/index.d.ts",
"keywords": [
"@rbxts/matter",
"@rbxts/planck",
"@rbxts",
"Roblox",
"Roblox-TS",
"roblox ts",
"roblox-ts"
],
"repository": {
"type": "git",
"url": "https://github.com/yetanotherclown/planck"
},
"homepage": "https://yetanotherclown.github.io/planck/docs/plugins/jabby",
"files": [
"out",
"!out/tsconfig.tsbuildinfo",
"pnpm-lock.yaml"
],
"author": "YetAnotherClown",
"license": "MIT",
"devDependencies": {
"@rbxts/compiler-types": "3.0.0-types.0",
"@rbxts/matter": "^0.8.5",
"@rbxts/planck": "0.1.3-rc.0",
"@rbxts/types": "^1.0.813",
"roblox-ts": "^3.0.0",
"typescript": "^5.7.2"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w"
}
}