{
  "name": "filedist",
  "version": "0.39.0",
  "description": "",
  "main": "dist/index.js",
  "bin": "dist/cli/bin.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*.js",
    "dist/**/*.ts",
    "dist/**/*.map",
    "package.json",
    "README.md",
    "bin/filedist.js"
  ],
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flaviostutz/filedist.git"
  },
  "author": "flaviostutz",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/flaviostutz/filedist/issues"
  },
  "homepage": "https://github.com/flaviostutz/filedist#readme",
  "devDependencies": {
    "@babel/preset-typescript": "^7.21.0",
    "@jest/globals": "^30.3.0",
    "@stutzlab/eslint-config": "^4.2.1",
    "@tsconfig/node20": "^20.1.4",
    "@types/archiver": "^6.0.2",
    "@types/jest": "^29.4.0",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.14.8",
    "@types/semver": "^7.7.1",
    "archiver": "^6.0.2",
    "esbuild": "^0.25.9",
    "esbuild-jest": "^0.5.0",
    "eslint": "^9.39.4",
    "jest": "^29.4.2",
    "typescript": "^5.5.4"
  },
  "dependencies": {
    "ignore": "^7.0.5",
    "js-yaml": "^4.1.1",
    "minimatch": "^10.2.2",
    "mypkg": "^1.0.0",
    "package-manager-detector": "^1.6.0",
    "semver": "^7.7.4"
  },
  "pnpm": {
    "overrides": {
      "braces@<3.0.3": ">=3.0.3",
      "rollup@<3.29.5": ">=3.29.5",
      "eslint-plugin-import>minimatch": "^3.1.2"
    }
  }
}
