-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
72 lines (72 loc) · 2.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "L2dPetForMac",
"version": "2.0.0",
"description": "基于electronjs的live2d桌宠项目,想在mac上养一只live2d宠物的话可以试试,另外这个项目自认为是比较适合学习live2d的sdk的一个项目,也许你会有很多灵感:)",
"main": "app/main/main_remould.js",
"scripts": {
"release": "standard-version",
"start": "./node_modules/.bin/electron . ",
"run": "echo 执行",
"postinstall": "patch-package #模块名(imap);electron-builder install-app-deps;",
"build-mac": "electron-builder --mac dmg -c.electronVersion=12.2.3",
"build-mac1": "electron-builder --mac dmg -c.electronVersion=12.2.3",
"build-mac-p": "electron-builder --mac dmg -c.electronVersion=12.2.3 -p always",
"build-mac2": "electron-packager . --platform=darwin --overwrite --out=builds --prune=true",
"build-sqlite3": "yarn add sqlite3 --build-from-source --sqlite_libname=sqlcipher --sqlite=`brew --prefix` --runtime=electron --target=12.2.3 --dist-url=https://electronjs.org/headers",
"download_vue_element_ui": "./install-vue.sh",
"build_iohook": "npm rebuild --runtime=electron --target=12.2.3 --disturl=https://atom.io/download/atom-shell --abi=87"
},
"repository": "github:LikeNeko/L2dPetForMac",
"keywords": [
"Electron",
"demo"
],
"author": "GitHub",
"license": "CC0-1.0",
"dependencies": {
"applescript": "^1.0.0",
"async": "^3.2.3",
"bindings": "latest",
"cron": "^1.8.2",
"electron-clipboard-watcher": "^1.0.1",
"electron-store": "^8.0.1",
"events-manage": "^1.0.2",
"iohook": "^0.9.3",
"mail-listener5": "^2.0.2",
"nodejs-websocket": "^1.7.2",
"request-promise": "^4.2.6",
"rsync": "^0.6.1",
"sqlite3": "^5.0.0"
},
"devDependencies": {
"electron": "^12.2.3",
"patch-package": "^6.2.2"
},
"build": {
"mac": {
"icon": "./app/res/image/icon.icns"
},
"asar": false,
"asarUnpack": [
"./panel"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
},
"iohook": {
"targets": [
"node-83",
"electron-87"
],
"platforms": [
"win32",
"darwin"
],
"arches": [
"x64"
]
}
}