|
1
|
{ |
|
2
|
"name": "@smbcloud/tauri-plugin-ios-window-api", |
|
3
|
"version": "1.0.1", |
|
4
|
"author": "Seto Elkahfi <seto.elkahfi@gmail.com>", |
|
5
|
"description": "A Tauri plugin for opening modal windows with WebView on iOS, perfect for OAuth flows and external authentication.", |
|
6
|
"homepage": "https://github.com/setoelkahfi/tauri-plugin-ios-window.git", |
|
7
|
"repository": { |
|
8
|
"type": "git", |
|
9
|
"url": "git+https://github.com/setoelkahfi/tauri-plugin-ios-window.git" |
|
10
|
}, |
|
11
|
"bugs": { |
|
12
|
"url": "https://github.com/setoelkahfi/tauri-plugin-ios-window/issues" |
|
13
|
}, |
|
14
|
"keywords": [ |
|
15
|
"tauri", |
|
16
|
"apple", |
|
17
|
"plugin", |
|
18
|
"ios", |
|
19
|
"swift", |
|
20
|
"darwin", |
|
21
|
"tauri-plugin" |
|
22
|
], |
|
23
|
"type": "module", |
|
24
|
"types": "./dist-js/index.d.ts", |
|
25
|
"main": "./dist-js/index.cjs", |
|
26
|
"module": "./dist-js/index.js", |
|
27
|
"exports": { |
|
28
|
"types": "./dist-js/index.d.ts", |
|
29
|
"import": "./dist-js/index.js", |
|
30
|
"require": "./dist-js/index.cjs" |
|
31
|
}, |
|
32
|
"files": [ |
|
33
|
"dist-js", |
|
34
|
"README.md", |
|
35
|
"LICENSE" |
|
36
|
], |
|
37
|
"scripts": { |
|
38
|
"build": "rollup -c", |
|
39
|
"prepublishOnly": "pnpm build", |
|
40
|
"pretest": "pnpm build" |
|
41
|
}, |
|
42
|
"dependencies": { |
|
43
|
"@tauri-apps/api": "^2.0.0" |
|
44
|
}, |
|
45
|
"devDependencies": { |
|
46
|
"@rollup/plugin-typescript": "^12.0.0", |
|
47
|
"rollup": "^4.9.6", |
|
48
|
"typescript": "^5.3.3", |
|
49
|
"tslib": "^2.6.2" |
|
50
|
}, |
|
51
|
"publishConfig": { |
|
52
|
"access": "public" |
|
53
|
} |
|
54
|
} |