-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,15 +3,19 @@ | |
"version": "1.0.0-alpha.11", | ||
"description": "远程访问 Eagle 素材资源", | ||
"homepage": "https://rao.pics", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/meetqy/rao-pics.git" | ||
}, | ||
"author": { | ||
"name": "meetqy", | ||
"email": "[email protected]" | ||
}, | ||
"main": "./out/main/index.js", | ||
"scripts": { | ||
"build": "pnpm typecheck && pnpm with-env electron-vite build", | ||
"build:mac": "node ./electron-builder/mac.cjs", | ||
"build:win": "node ./electron-builder/win.cjs", | ||
"build:mac": "pnpm with-env node ./electron-builder/mac.cjs", | ||
"build:win": "pnpm with-env node ./electron-builder/win.cjs", | ||
"clean": "git clean -xdf node_modules out releases .turbo", | ||
"dev": "pnpm with-env electron-vite dev", | ||
"format": "prettier --check \"**/*.{mjs,ts,md,json}\"", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters