-
Notifications
You must be signed in to change notification settings - Fork 110
/
package.json
135 lines (135 loc) · 5.37 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "p3x-onenote",
"version": "2024.10.121",
"description": "📚 P3X OneNote Linux",
"main": "src/electron/app.js",
"corifeus": {
"description-snap": "P3X OneNote Linux",
"description-npm": "📚 P3X OneNote Linux",
"snap": true,
"prefix": "p3x-",
"publish": true,
"type": "p3x",
"code": "Linux",
"nodejs": "v22.12.0",
"reponame": "onenote",
"build": true,
"opencollective": false,
"install-appimage-launcher": "sudo add-apt-repository ppa:appimagelauncher-team/stable && sudo apt install -y appimagelauncher"
},
"bin": {
"p3x-onenote": "bin/p3x-onenote.js"
},
"scripts": {
"run": "electron --no-sandbox .",
"test": "grunt",
"dist": "electron-builder",
"build": "electron-builder --x64 build/dist",
"build-test": "electron-builder build/dist -p always",
"postinstall-save": "opencollective postinstall",
"start": "node ./node_modules/.bin/electron ./src/electron/app.js",
"publish-electron-test-flatpak-info": "flatpak install flathub org.freedesktop.Platform//20.08 && flatpak install flathub org.freedesktop.Sdk//20.08 && flatpak install flathub org.electronjs.Electron2.BaseApp//20.08",
"publish-electron-test-flatpak-info-aarch64": "flatpak install flathub org.freedesktop.Platform/aarch64/20.08 && flatpak install flathub org.freedesktop.Sdk/aarch64/20.08 && flatpak install flathub org.electronjs.Electron2.BaseApp/aarch64/20.08",
"publish-electron-test-flatpak-info-arm": "flatpak install flathub org.freedesktop.Platform/arm/18.08 && flatpak install flathub org.freedesktop.Sdk/arm/18.08 && flatpak install flathub org.electronjs.Electron2.BaseApp/arm/18.08",
"publish-electron": "rm -rf dist && electron-builder -p onTagOrDraft --linux --armv7l --arm64 --linux AppImage deb rpm --x64",
"publish-electron-flatpak": "rm -rf dist && electron-builder -p always --linux flatpak ",
"publish-electron-test-flatpak": "rm -rf dist && electron-builder -p always --linux flatpak --x64 --arm64 --armv7l",
"publish-electron-deb": "rm -rf dist && electron-builder -p onTagOrDraft --linux --armv7l --arm64 --linux deb --x64",
"publish-electron-test": "rm -rf dist && electron-builder -p onTagOrDraft --linux --linux AppImage deb --x64",
"publish-electron-snap": "rm -rf dist && electron-builder --linux snap -p never --armv7l --x64",
"publish-electron-arm64": "rm -rf dist && electron-builder --linux snap -p never --arm64",
"publish-windows": "rimraf dist && electron-builder -p always --windows",
"publish-electron-yml": "node ./node_modules/corifeus-builder/src/utils/appimage/post-build.js",
"publish-macos": "electron-builder --mac --publish never"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrikx3/onenote.git"
},
"keywords": [
"onenote",
"linux"
],
"author": "Patrik Laszlo <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/patrikx3/onenote/issues"
},
"homepage": "https://corifeus.com/onenote",
"dependencies": {
"@electron/remote": "2.1.2",
"@fontsource/roboto": "5.1.0",
"@fortawesome/fontawesome-free": "6.7.2",
"angular": "1.8.3",
"angular-animate": "1.8.3",
"angular-aria": "1.8.3",
"angular-material": "1.2.5",
"angular-messages": "1.8.3",
"corifeus-utils": "2024.10.126",
"electron-store": "8.2.0",
"electron-updater": "6.3.9",
"semver": "7.6.3",
"electron": "^33.2.1"
},
"devDependencies": {
"corifeus-builder": "2024.10.111",
"electron-builder": "25.1.8",
"node-fetch": "^3.3.2"
},
"engines": {
"node": ">=12.13.0"
},
"build": {
"afterAllArtifactBuild": "./node_modules/corifeus-builder/src/utils/appimage/after-all-artifact-build.js",
"publish": [
{
"provider": "github",
"owner": "patrikx3",
"repo": "onenote"
}
],
"appId": "com.patrikx3.onenote",
"copyright": "MIT",
"productName": "P3X-OneNote",
"linux": {
"category": "Office",
"icon": "./src/electron/images/",
"target": "deb"
},
"win": {
"icon": "src/electron/images/",
"target": "nsis"
},
"nsis": {
"artifactName": "${productName}-Setup-${version}.${ext}"
},
"mac": {
"icon": "artifacts/onenote-2024.icns",
"category": "public.app-category.productivity",
"hardenedRuntime": true,
"gatekeeperAssess": false,
"identity": "Patrik László (3GB3S9SH84)",
"extendInfo": {
"ElectronTeamID": "3GB3S9SH84"
},
"notarize": {
"teamId": "3GB3S9SH84"
},
"target": [
{
"target": "default",
"arch": [
"universal",
"x64",
"arm64"
]
}
]
},
"snap": {
"environment": {
"DISABLE_WAYLAND": 1
}
}
}
}