diff --git a/package.json b/package.json index 7eba913..70c731c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,14 @@ { "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": { "dev": "TAURI_SKIP_DEVSERVER_CHECK=true npm run tauri dev", "build": "TAURI_SKIP_DEVSERVER_CHECK=true npm run tauri build -- --target universal-apple-darwin",