{ "name": "tauri-plugin-serialplugin", "version": "2.4.11", "license": "MIT or APACHE-2.0", "type": "module", "types": "./dist-js/index.d.ts", "main": "./dist-js/index.cjs", "module": "./dist-js/index.js", "repository": { "type": "git", "url": "https://github.com/s00d/tauri-plugin-serialplugin" }, "exports": { "types": "./dist-js/index.d.ts", "import": "./dist-js/index.js", "require": "./dist-js/index.cjs" }, "scripts": { "build": "rollup -c", "tauri": "tauri", "dev": "vite dev", "preview": "vite preview", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "release": "standard-version", "publish": "npm publish && cargo publish" }, "files": [ "dist-js", "README.md", "LICENSE" ], "dependencies": { "@tauri-apps/api": "^2.1.1" }, "devDependencies": { "@rollup/plugin-node-resolve": "15.3.0", "@rollup/plugin-terser": "0.4.4", "@rollup/plugin-typescript": "11.1.6", "rollup": "4.27.2", "standard-version": "^9.5.0", "tslib": "^2.8.1", "typescript": "5.6.3" }, "packageManager": "yarn@3.7.0+sha256.7bf0c78a106332886ea4e59641fd819b1af953edcd72c4d93a32b1c71000ee67" }