UNPKG

@rbxts/destroyable

Version:

A class with a janitor and a destroy() method

36 lines 733 B
{ "name": "@rbxts/destroyable", "version": "1.0.1", "main": "out/init.lua", "scripts": { "build": "rbxtsc", "watch": "rbxtsc -w", "prepublishOnly": "npm run build" }, "keywords": [ "roblox", "rbxts", "destroyable", "janitor" ], "author": "runicly", "license": "ISC", "description": "A class with a janitor and a destroy() method", "types": "out/index.d.ts", "files": [ "out", "!**/*.tsbuildinfo" ], "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" }, "dependencies": { "@rbxts/janitor": "^1.17.0-ts.1" } }