{
  "name": "@zkochan/cmd-shim",
  "version": "5.4.1",
  "description": "Used in pnpm for command line application support",
  "author": {
    "name": "Zoltan Kochan",
    "email": "zoltan.kochan@gmail.com",
    "url": "http://kochan.io"
  },
  "files": [
    "index.d.ts",
    "index.d.ts.map",
    "index.js",
    "index.js.map"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/pnpm/cmd-shim.git"
  },
  "license": "BSD-2-Clause",
  "dependencies": {
    "cmd-extension": "^1.0.2",
    "graceful-fs": "^4.2.10",
    "is-windows": "^1.0.2"
  },
  "devDependencies": {
    "@types/is-windows": "^1.0.0",
    "@types/jest": "^26.0.24",
    "@types/node": "^14.18.23",
    "jest": "^26.6.3",
    "memfs": "^3.4.7",
    "mock-fs": "^4.14.0",
    "mos": "^1.3.1",
    "mos-plugin-readme": "^1.0.4",
    "standard": "^14.3.4",
    "tempy": "^1.0.1",
    "typescript": "^4.7.4"
  },
  "engines": {
    "node": ">=10.13"
  },
  "mos": {
    "plugins": [
      "readme"
    ]
  },
  "standard": {
    "env": {
      "jest": true
    }
  },
  "jest": {
    "testEnvironment": "node"
  },
  "scripts": {
    "clean": "tsc --build --clean",
    "build": "tsc --build --verbose --listEmittedFiles",
    "pretest:unit": "tsc --build test --verbose --listEmittedFiles",
    "test:unit": "jest",
    "test": "pnpm run build && standard && pnpm run test:unit && mos test",
    "md": "mos"
  }
}