{ "name": "tauri-plugin-fs-pro-api", "version": "2.3.0", "author": "ayangweb", "description": "Extended with additional methods for files and directories.", "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.1.1" }, "devDependencies": { "@rollup/plugin-typescript": "^11.1.6", "release-it": "^17.10.0", "rollup": "^4.28.1", "tslib": "^2.8.1", "typescript": "^5.7.2" } }