{
  "name": "srn",
  "version": "1.0.2",
  "description": "Smart package.json script runner with direct mode, fuzzy fallback, and workspace support.",
  "keywords": [
    "cli",
    "scripts",
    "script-runner",
    "package.json",
    "npm",
    "pnpm",
    "yarn",
    "workspace",
    "workspaces",
    "monorepo",
    "fuzzy",
    "fuzzy-search",
    "interactive",
    "task-runner",
    "developer-tools"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jimmy-guzman/srn.git"
  },
  "license": "MIT",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": "./dist/index.mjs"
  },
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "bin": {
    "srn": "./dist/index.mjs"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": "^22.13.0 || >=24"
  },
  "publishConfig": {
    "access": "public"
  }
}