mirror of
https://github.com/mii443/vrclipboard-ime-gui.git
synced 2025-08-22 16:15:32 +00:00
31 lines
729 B
JSON
31 lines
729 B
JSON
{
|
|
"name": "@tauri-apps/plugin-opener",
|
|
"version": "2.2.7",
|
|
"description": "Open files and URLs using their default application.",
|
|
"license": "MIT OR Apache-2.0",
|
|
"authors": [
|
|
"Tauri Programme within The Commons Conservancy"
|
|
],
|
|
"repository": "https://github.com/tauri-apps/plugins-workspace",
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c"
|
|
},
|
|
"files": [
|
|
"dist-js",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^2.0.0"
|
|
}
|
|
}
|