{
  "name": "@rbxts/destroyable",
  "version": "1.0.10",
  "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.921",
    "roblox-ts": "^3.0.0",
    "typescript": "^5.7.2"
  },
  "dependencies": {
    "@rbxts/trash": "^1.0.9"
  }
}