tauri-plugin-fs-pro 2.0.0

Extended support for file and directory operations.
{
  "name": "tauri-plugin-fs-pro-api",
  "version": "2.0.0",
  "author": "ayangweb",
  "description": "Extended support for file and directory operations.",
  "keywords": [
    "fs-extra",
    "fs-pro",
    "tauri",
    "tauri-plugin"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ayangweb/tauri-plugin-fs-pro.git"
  },
  "homepage": "https://github.com/ayangweb/tauri-plugin-fs-pro#readme",
  "bugs": "https://github.com/ayangweb/tauri-plugin-fs-pro/issues",
  "license": "MIT",
  "type": "module",
  "types": "./dist-js/index.d.ts",
  "main": "./dist-js/index.cjs",
  "module": "./dist-js/index.js",
  "exports": {
    "types": "./dist-js/index.d.ts",
    "import": "./dist-js/index.js",
    "require": "./dist-js/index.cjs"
  },
  "files": [
    "dist-js",
    "README.md"
  ],
  "scripts": {
    "build": "rollup -c",
    "prepublishOnly": "pnpm build",
    "pretest": "pnpm build",
    "release": "release-it"
  },
  "dependencies": {
    "@tauri-apps/api": ">=2.0.0-beta.6",
    "ahooks": "^3.8.1",
    "release-it": "^17.10.0"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^11.1.6",
    "rollup": "^4.9.6",
    "tslib": "^2.6.2",
    "typescript": "^5.3.3"
  }
}