mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-08 14:03:53 +02:00
initial commit
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "tauri-plugin-websocket-api",
|
||||
"version": "0.1.0",
|
||||
"authors": [
|
||||
"Tauri Programme within The Commons Conservancy"
|
||||
],
|
||||
"description": "Tauri Plugin for WebSocket connections",
|
||||
"browser": "webview-dist/index.js",
|
||||
"private": "true",
|
||||
"scripts": {
|
||||
"build": "rollup -c ./webview-src/rollup.config.js",
|
||||
"prepublishOnly": "yarn build",
|
||||
"pretest": "yarn build"
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-node-resolve": "^11.1.0",
|
||||
"@rollup/plugin-typescript": "^8.1.0",
|
||||
"rollup": "^2.38.0",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"typescript": "^4.1.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tauri-apps/api": "^1.0.0-beta.4",
|
||||
"tslib": "^2.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user