{
  "name": "safe-execa",
  "version": "0.3.0",
  "description": "Like execa but prevents binary planting attacks on Windows",
  "main": "lib/index.js",
  "exports": "./lib/index.js",
  "typings": "lib/index.d.ts",
  "type": "module",
  "engines": {
    "node": ">=22.13"
  },
  "files": [
    "lib"
  ],
  "repository": "https://github.com/zkochan/packages/tree/main/safe-execa",
  "keywords": [],
  "author": {
    "name": "Zoltan Kochan",
    "email": "z@kochan.io"
  },
  "license": "MIT",
  "homepage": "https://github.com/zkochan/packages/tree/main/safe-execa#readme",
  "dependencies": {
    "@zkochan/which": "^2.0.3",
    "execa": "^9.6.1",
    "path-name": "^1.0.0"
  },
  "devDependencies": {
    "@types/node": "25.4.0"
  },
  "scripts": {
    "tsc": "tsc"
  }
}