-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 862 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "@dreamingcodes/mobile-payments-api",
"version": "0.6.1",
"author": "You",
"description": "",
"browser": "webview-dist/index.js",
"main": "webview-dist/index.js",
"types": "webview-dist/webview-src/index.d.ts",
"scripts": {
"build": "tsync -i ./src -o webview-src/bindings.ts && rollup -c ./webview-src/rollup.config.js",
"prepublishOnly": "bun run build",
"pretest": "bun run build",
"tauri": "tauri",
"example": "cd examples/tauri-app && bun install && bun tauri android dev"
},
"peerDependencies": {
"@tauri-apps/api": "^2.0.0-rc.4"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-terser": "0.4.4",
"@tauri-apps/cli": "^2.0.0-rc.8",
"rollup": "2.75.6",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.7.0",
"typescript": "4.7.3"
}
}