Files
Pake/package.json
2022-10-16 11:51:26 +08:00

25 lines
634 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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",
"tauri": "tauri"
},
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^1.0.2"
},
"devDependencies": {
"@tauri-apps/cli": "^1.0.2"
}
}