{
  "name": "mono-runner",
  "version": "0.6.0",
  "type": "module",
  "author": "Jan Nitschke",
  "keywords": [
    "runner",
    "monorepo",
    "svelte",
    "sass",
    "vite",
    "bun",
    "typescript",
    "yarn",
    "pnpm"
  ],
  "license": "MIT",
  "scripts": {
    "build": "bun ./build.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/JanNitschke/mono-runner.git"
  },
  "devDependencies": {
    "@vercel/ncc": "^0.38.2",
    "bun-types": "latest",
    "typescript": "^5.5.0",
    "vite": "^4.5.0"
  },
  "types": "./lib/index.ts",
  "main": "./dist/index.js",
  "bin": {
    "mono": "dist/cli.js",
    "mono-tsc": "dist/tsc.mjs"
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
