api-client/packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/package.json
Mir Arif Hasan 442242c8ca
chore: security patch for the quic-go vulnerability (#5710)
Co-authored-by: James George <25279263+jamesgeorge007@users.noreply.github.com>
Co-authored-by: Nahid Hasan <52489202+nahidhasan94@users.noreply.github.com>
2025-12-19 21:00:22 +05:30

33 lines
820 B
JSON

{
"name": "@CuriousCorrelation/plugin-appload",
"version": "0.1.0",
"author": "CuriousCorrelation",
"description": "A Tauri plugin for downloading and loading web app bundles into WebView.",
"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": "tsc && rollup -c",
"prepublishOnly": "pnpm build",
"pretest": "pnpm build"
},
"dependencies": {
"@tauri-apps/api": "2.1.1"
},
"devDependencies": {
"@rollup/plugin-typescript": "^12.3.0",
"rollup": "^4.53.5",
"tslib": "^2.6.2",
"typescript": "5.9.3"
}
}