{
  "name": "is-program-installed",
  "description": "Check if a program is installed.",
  "version": "3.0.0",
  "author": {
    "name": "Autumn Z"
  },
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "preversion": "npm t",
    "test": "npm run test:lint && npm run test:tape",
    "test:lint": "standard",
    "test:tape": "tape index.test.js"
  },
  "homepage": "https://github.com/zautumnz/is-program-installed#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/zautumnz/is-program-installed.git"
  },
  "bugs": "https://github.com/zautumnz/is-program-installed/issues",
  "keywords": [
    "command",
    "exec",
    "executable",
    "hash",
    "program"
  ],
  "devDependencies": {
    "sortpack": "2.4.0",
    "standard": "17.1.2",
    "tape": "5.9.0"
  },
  "engines": {
    "node": ">=24.0.0"
  },
  "dependencies": {}
}
