{
  "name": "rbx-forge",
  "version": "1.0.0-beta.10",
  "description": "A roblox-ts and Luau CLI tool for fully-managed Rojo projects",
  "keywords": [
    "rbxts",
    "roblox",
    "rojo",
    "typescript",
    "cli",
    "tool"
  ],
  "homepage": "https://github.com/christopher-buss/rbx-forge#readme",
  "bugs": {
    "url": "https://github.com/christopher-buss/rbx-forge/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/christopher-buss/rbx-forge.git"
  },
  "license": "MIT",
  "author": "Christopher Buss <christopher.buss@pm.me> (https://github.com/christopher-buss)",
  "contributors": [
    {
      "name": "osyrisrblx",
      "url": "https://github.com/osyrisrblx"
    }
  ],
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.mjs"
    }
  },
  "types": "./dist/index.d.mts",
  "bin": {
    "rbx-forge": "dist/index.mjs",
    "forge": "dist/index.mjs",
    "fge": "dist/index.mjs"
  },
  "files": [
    "dist",
    "scripts"
  ],
  "simple-git-hooks": {
    "pre-commit": "pnpm lint-staged"
  },
  "lint-staged": {
    "*": "eslint_d --fix --cache"
  },
  "dependencies": {
    "@clack/prompts": "1.1.0",
    "ansis": "^4.2.0",
    "arktype": "^2.2.0",
    "c12": "^v4.0.0-beta.3",
    "chokidar": "^5.0.0",
    "commander": "^14.0.3",
    "dedent": "^1.7.2",
    "execa": "^9.6.1",
    "magicast": "^0.5.2",
    "package-manager-detector": "^1.6.0",
    "picomatch": "^4.0.3",
    "type-fest": "^5.4.4"
  },
  "devDependencies": {
    "@antfu/ni": "^28.2.0",
    "@isentinel/eslint-config": "5.0.0-beta.8",
    "@isentinel/tsconfig": "^1.2.0",
    "@types/node": "^24.11.0",
    "@types/picomatch": "^4.0.2",
    "@typescript-eslint/eslint-plugin": "^8.56.1",
    "@typescript-eslint/parser": "^8.56.1",
    "better-typescript-lib": "^2.12.0",
    "bumpp": "^10.4.1",
    "eslint": "^9.39.3",
    "eslint-plugin-n": "^17.24.0",
    "eslint_d": "^14.3.0",
    "jiti": "^2.6.1",
    "lint-staged": "^16.3.2",
    "publint": "^0.3.18",
    "simple-git-hooks": "^2.13.1",
    "tsdown": "^0.20.3",
    "typescript": "^5.9.3",
    "unplugin-unused": "^0.5.7",
    "rbx-forge": "1.0.0-beta.10"
  },
  "engines": {
    "node": ">=22.16.0"
  },
  "scripts": {
    "build": "tsdown --clean --dts",
    "lint": "eslint_d --cache",
    "lint:ci": "eslint --cache --cache-strategy content",
    "release": "bumpp",
    "stub": "tsdown",
    "typecheck": "tsc --noEmit",
    "watch": "tsdown --watch --dts"
  }
}