Files
archived-tauri-plugin-cli/package.json
Lucas Fernandes Nogueira d2432766a8 feat: update to tauri v2 stable, promote all packages to 2.0.0 (#1863)
* update to tauri v2

* covector setup

* update locks

* bump packages to v2 through covector, remove rc references

* msrv 1.78

* downgrade 1.79 msrv dep

* test clipboard

* fmt

* bitstream-io 2.3.0

* Revert "test clipboard"

This reverts commit c3e19dbe59af7b471cdcc5b0c58f855c0ba18546.

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/11146469217

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
2024-10-02 15:09:37 +00:00

30 lines
653 B
JSON

{
"name": "@tauri-apps/plugin-cli",
"version": "2.0.0",
"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"
}
}