{
  "name": "@zowe/zos-files-for-zowe-sdk",
  "version": "8.24.5",
  "description": "Zowe SDK to interact with files and data sets on z/OS",
  "author": "Zowe",
  "license": "EPL-2.0",
  "homepage": "https://github.com/zowe/zowe-cli/tree/master/packages/zosfiles#readme",
  "bugs": {
    "url": "https://github.com/zowe/zowe-cli/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zowe/zowe-cli.git"
  },
  "keywords": [
    "zosmf",
    "mainframe",
    "CLI",
    "zos",
    "files",
    "datasets",
    "z/OSMF",
    "mvs",
    "os390",
    "z/OS",
    "zowe"
  ],
  "files": [
    "lib"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "build": "tsc --pretty",
    "watch": "tsc --pretty --watch",
    "clean": "rimraf lib",
    "lint": "eslint \"src/**/*.ts\" \"**/__tests__/**/*.ts\"",
    "lint:packages": "eslint \"src/**/*.ts\" --ignore-pattern \"**/__tests__/**/*.ts\"",
    "lint:tests": "eslint \"**/__tests__/**/*.ts\"",
    "circularDependencyCheck": "madge -c lib",
    "typedoc": "typedoc --options ./typedoc.json ./src/",
    "typedocSpecifySrc": "typedoc --options ./typedoc.json"
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "minimatch": "^9.0.5"
  },
  "devDependencies": {
    "@zowe/cli-test-utils": "8.24.5",
    "@zowe/core-for-zowe-sdk": "8.24.5",
    "@zowe/imperative": "8.24.5",
    "@zowe/zos-uss-for-zowe-sdk": "8.24.5"
  },
  "peerDependencies": {
    "@zowe/core-for-zowe-sdk": "^8.0.0",
    "@zowe/imperative": "^8.0.0"
  },
  "engines": {
    "node": ">=18.12.0"
  }
}