{ "name": "pake", "description": "用 Rust 来打包你的 App,底层使用 Tauri,当前支持微信读书、Flomo、Vercel", "repository": { "type": "git", "url": "https://github.com/tw93/pake.git" }, "author": { "name": "Tw93", "email": "tw93@qq.com" }, "scripts": { "start": "npm run dev", "dev": "npm run tauri dev", "dev:withtool": "npm run tauri dev -- --features devtools", "build": "npm run tauri build -- --target universal-apple-darwin", "tauri": "tauri" }, "license": "MIT", "dependencies": { "@tauri-apps/api": "^1.0.2" }, "devDependencies": { "@tauri-apps/cli": "^1.0.2" } }