forked from TurboWarp/desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
186 lines (186 loc) · 5.18 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
{
"name": "turbowarp-desktop",
"description": "Scratch mod with a compiler, dark mode, a bunch of addons, and more.",
"version": "1.7.2-beta.1",
"license": "GPL-3.0",
"author": {
"email": "[email protected]",
"name": "Thomas Weber"
},
"scripts": {
"dev": "npm run start",
"start": "electron-webpack dev",
"compile": "electron-webpack",
"dist": "npm run compile && electron-builder",
"dist:dir": "npm run compile && electron-builder --dir",
"fetch": "node scripts/download-library-files.js && node scripts/download-packager.js && node scripts/prepare-extensions.js"
},
"dependencies": {},
"devDependencies": {
"@babel/preset-env": "^7.12.16",
"@babel/preset-react": "^7.13.13",
"@electron/notarize": "^1.2.3",
"@turbowarp/electron-webpack": "^2.9.1",
"css-loader": "^5.0.2",
"electron": "^22.3.4",
"electron-builder": "^23.6.0",
"postcss": "^8.4.13",
"postcss-import": "^14.0.0",
"postcss-loader": "^4.2.0",
"postcss-simple-vars": "^6.0.3",
"scratch-gui": "git+https://github.com/TurboWarp/scratch-gui.git#desktop",
"semver": "^7.3.4",
"webpack": "~4.46.0"
},
"homepage": "https://desktop.turbowarp.org/",
"repository": {
"type": "git",
"url": "https://github.com/TurboWarp/desktop.git"
},
"bugs": {
"url": "https://github.com/TurboWarp/desktop/issues",
"email": "[email protected]"
},
"build": {
"extends": "file:node_modules/@turbowarp/electron-webpack/out/electron-builder.js",
"appId": "org.turbowarp.desktop",
"productName": "TurboWarp",
"win": {
"artifactName": "${productName} Portable ${version} ${arch}.${ext}",
"icon": "build/icon.ico",
"target": [
{
"target": "nsis",
"arch": "x64"
},
{
"target": "portable",
"arch": "x64"
}
]
},
"appx": {
"artifactName": "${productName} MS Store ${version} ${arch}.${ext}",
"applicationId": "TurboWarp",
"displayName": "TurboWarp",
"identityName": "45747ThomasWeber.TurboWarpDesktop",
"publisher": "CN=18FA7D4F-01BF-49F2-BF56-782DCEA49C69",
"publisherDisplayName": "Thomas Weber",
"backgroundColor": "#4c97ff",
"showNameOnTiles": true,
"languages": [
"en-US",
"fr",
"nl",
"de",
"it",
"ja",
"ru",
"es-ES"
]
},
"nsis": {
"artifactName": "${productName} Setup ${version} ${arch}.${ext}",
"oneClick": false,
"deleteAppDataOnUninstall": true,
"allowToChangeInstallationDirectory": true
},
"mac": {
"artifactName": "${productName} Setup ${version}.${ext}",
"icon": "build/icon.icns",
"category": "public.app-category.education",
"darkModeSupport": true,
"gatekeeperAssess": false,
"hardenedRuntime": true,
"entitlements": "build/entitlements.mac.plist",
"entitlementsInherit": "build/entitlements.mac.plist",
"extendInfo": {
"NSCameraUsageDescription": "This app requires camera access when using the video sensing blocks.",
"NSMicrophoneUsageDescription": "This app requires microphone access when recording sounds or detecting loudness."
},
"target": [
{
"arch": "universal",
"target": "dmg"
}
]
},
"linux": {
"artifactName": "${productName}-${os}-${arch}-${version}.${ext}",
"icon": "./build/",
"synopsis": "Mod of Scratch with a compiler and more features.",
"description": "TurboWarp is a Scratch mod with a compiler to run projects faster, dark mode for your eyes, a bunch of addons to improve the editor, and more.",
"category": "Development",
"extraFiles": [
"linux-files"
],
"target": [
{
"target": "deb"
},
{
"target": "appimage"
},
{
"target": "tar.gz"
}
]
},
"snap": {
"summary": "Scratch mod with a compiler, dark mode, a bunch of addons, and more.",
"allowNativeWayland": true,
"plugs": [
"default",
"camera",
"audio-playback",
"audio-record",
"joystick",
"removable-media"
]
},
"appImage": {
"license": null
},
"fileAssociations": [
{
"ext": "sb3",
"name": "Scratch 3 Project",
"role": "Editor",
"mimeType": "application/x.scratch.sb3"
},
{
"ext": "sb2",
"name": "Scratch 2 Project",
"role": "Editor",
"mimeType": "application/x.scratch.sb2"
},
{
"ext": "sb",
"name": "Scratch 1 Project",
"role": "Editor",
"mimeType": "application/x.scratch.sb"
}
],
"publish": [
{
"provider": "github",
"repo": "desktop",
"owner": "TurboWarp"
}
],
"afterSign": "scripts/after-sign.js"
},
"electronWebpack": {
"main": {
"webpackConfig": "webpack.main.js",
"extraEntries": [
"@/preload.js"
]
},
"renderer": {
"webpackConfig": "webpack.renderer.js",
"template": "src/renderer/template.html"
}
},
"private": true
}