From 182a647c94ddd84054040353799b740876ded08f Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sun, 16 Oct 2022 11:51:26 +0800 Subject: [PATCH] =?UTF-8?q?:pencil:=20=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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",