Files
Pake/package.json
2022-11-09 16:14:32 +08:00

27 lines
659 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": {
"start": "npm run dev",
"dev": "npm run tauri dev",
"dev:debug": "npm run tauri dev -- --features devtools",
"build": "npm run tauri build -- --target universal-apple-darwin",
"tauri": "tauri"
},
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^1.2.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.0"
}
}