|
1 | 1 | {
|
2 |
| - "name": "@tauri-apps/plugin-updater", |
3 |
| - "version": "2.5.0", |
4 |
| - "license": "MIT OR Apache-2.0", |
5 |
| - "authors": [ |
6 |
| - "Tauri Programme within The Commons Conservancy" |
7 |
| - ], |
8 |
| - "repository": "https://github.com/tauri-apps/plugins-workspace", |
9 |
| - "type": "module", |
10 |
| - "types": "./dist-js/index.d.ts", |
11 |
| - "main": "./dist-js/index.cjs", |
12 |
| - "module": "./dist-js/index.js", |
13 |
| - "exports": { |
14 |
| - "types": "./dist-js/index.d.ts", |
15 |
| - "import": "./dist-js/index.js", |
16 |
| - "require": "./dist-js/index.cjs" |
17 |
| - }, |
18 |
| - "scripts": { |
19 |
| - "build": "rollup -c" |
20 |
| - }, |
21 |
| - "files": [ |
22 |
| - "dist-js", |
23 |
| - "README.md", |
24 |
| - "LICENSE" |
25 |
| - ], |
26 |
| - "dependencies": { |
27 |
| - "@tauri-apps/api": "^2.0.0" |
28 |
| - } |
| 2 | + "name": "@codeeditorland/plugin-updater", |
| 3 | + "exports": { |
| 4 | + "import": "./dist-js/index.js", |
| 5 | + "require": "./dist-js/index.cjs", |
| 6 | + "types": "./dist-js/index.d.ts" |
| 7 | + }, |
| 8 | + "main": "./dist-js/index.cjs", |
| 9 | + "module": "./dist-js/index.js", |
| 10 | + "types": "./dist-js/index.d.ts", |
| 11 | + "files": [ |
| 12 | + "dist-js", |
| 13 | + "README.md", |
| 14 | + "LICENSE" |
| 15 | + ], |
| 16 | + "scripts": { |
| 17 | + "build": "rollup -c" |
| 18 | + }, |
| 19 | + "dependencies": { |
| 20 | + "@codeeditorland/api": "^2.0.0" |
| 21 | + }, |
| 22 | + "devDependencies": {}, |
| 23 | + "authors": [ |
| 24 | + "Tauri Programme within The Commons Conservancy" |
| 25 | + ] |
29 | 26 | }
|
0 commit comments