| 1 | { |
| 2 | "name": "tauri-plugin-admob-api", |
| 3 | "version": "0.0.4", |
| 4 | "author": "You", |
| 5 | "description": "", |
| 6 | "type": "module", |
| 7 | "types": "./dist-js/index.d.ts", |
| 8 | "main": "./dist-js/index.cjs", |
| 9 | "module": "./dist-js/index.js", |
| 10 | "exports": { |
| 11 | "types": "./dist-js/index.d.ts", |
| 12 | "import": "./dist-js/index.js", |
| 13 | "require": "./dist-js/index.cjs" |
| 14 | }, |
| 15 | "files": [ |
| 16 | "dist-js", |
| 17 | "README.md" |
| 18 | ], |
| 19 | "scripts": { |
| 20 | "build": "rolldown -c", |
| 21 | "prepublishOnly": "bun run check && bun run build", |
| 22 | "pretest": "bun run check", |
| 23 | "tauri": "tauri", |
| 24 | "biome": "biome", |
| 25 | "rolldown": "rolldown", |
| 26 | "format": "biome format", |
| 27 | "lint": "biome lint", |
| 28 | "check": "biome check" |
| 29 | }, |
| 30 | "dependencies": { |
| 31 | "@tauri-apps/api": "^2.11.1" |
| 32 | }, |
| 33 | "devDependencies": { |
| 34 | "@biomejs/biome": "1.9.4", |
| 35 | "@rollup/plugin-typescript": "^11.1.6", |
| 36 | "@tauri-apps/cli": "^2.11.3", |
| 37 | "rolldown": "1.0.0-beta.52", |
| 38 | "tslib": "^2.8.1", |
| 39 | "typescript": "^5.9.3" |
| 40 | } |
| 41 | } |