-
-
Notifications
You must be signed in to change notification settings - Fork 107
Expand file tree
/
Copy pathpackage.json
More file actions
17 lines (17 loc) · 706 Bytes
/
package.json
File metadata and controls
17 lines (17 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "opennow-workspace",
"private": true,
"description": "OpenNOW Electron workspace",
"scripts": {
"dev": "npm --prefix opennow-stable run dev",
"build": "npm --prefix opennow-stable run build",
"native:check": "npm --prefix opennow-stable run native:check",
"native:build": "npm --prefix opennow-stable run native:build",
"locales:check": "node opennow-stable/scripts/check-translations.mjs",
"typecheck": "npm --prefix opennow-stable run typecheck",
"dist": "npm --prefix opennow-stable run dist",
"dist:signed": "npm --prefix opennow-stable run dist:signed",
"crowdin:upload": "crowdin upload sources",
"crowdin:download": "crowdin download"
}
}