-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.08 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
{
"name": "yarn-workspace-electron",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"start": "yarn dev",
"dev": "concurrently --names \"APP,COMPONENTS\" --prefix-colors \"blue,green\" \"yarn workspace microflow-studio start\" \"yarn workspace @microflow/components dev\"",
"dev:plugin": "yarn workspace microflow-hardware-bridge dev",
"build": "yarn workspace @microflow/components build",
"make": "DEBUG=electron-osx yarn workspace microflow-studio make",
"publish": "yarn workspace microflow-studio publish",
"publish:intel": "yarn workspace microflow-studio publish:intel",
"postinstall": "patch-package"
},
"packageManager": "yarn@3.3.0",
"engines": {
"node": "20.13.1",
"yarn": "3.3.0"
},
"author": {
"name": "Sander Boer",
"email": "mail@sanderboer.nl",
"url": "https://sanderboer.nl"
},
"description": "A set of tools to make it easier to start prototyping for interactivity",
"license": "GPL-3.0-only",
"devDependencies": {
"@total-typescript/ts-reset": "0.5.1",
"concurrently": "9.1.0",
"patch-package": "8.0.0",
"prettier": "3.4.2"
}
}