{
  "name": "@rbxts/tool_pack",
  "version": "2.1.10",
  "main": "out/init.lua",
  "scripts": {
    "build": "rbxtsc",
    "watch": "rbxtsc -w --verbose",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Velover/tool_pack.git#master"
  },
  "keywords": [],
  "author": "Catargo",
  "license": "MIT",
  "types": "out/index.d.ts",
  "files": [
    "out",
    "default.project.json",
    "!**/*.tsbuildinfo"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@rbxts/compiler-types": "^3.0.0-types.0",
    "@rbxts/types": "^1.0.856",
    "@typescript-eslint/eslint-plugin": "^8.24.1",
    "@typescript-eslint/parser": "^8.24.1",
    "eslint": "^9.20.1",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.2.3",
    "eslint-plugin-roblox-ts": "^0.0.36",
    "prettier": "^3.5.1",
    "roblox-ts": "^3.0.0-dev-371f97c",
    "typescript": "^5.8.3",
    "@types/bun": "latest"
  },
  "dependencies": {
    "@rbxts/services": "^1.5.5"
  },
  "bugs": {
    "url": "https://github.com/Velover/tool_pack/issues"
  },
  "homepage": "https://github.com/Velover/tool_pack/tree/master#readme",
  "description": "Documentation WIP\r For now you can read from the implementation",
  "directories": {
    "doc": "docs"
  }
}
