-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.24 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.24 KB
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
{
"name": "underscript-app",
"version": "1.5.5",
"description": "Dedicated application for loading UnderScript.",
"main": "index.js",
"scripts": {
"start": "electron --trace-warnings .",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"postinstall": "electron-builder install-app-deps",
"update": "npm version minor --m=\"chore(update): v%s\"",
"patch": "npm version patch --m=\"chore(patch): v%s\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=16"
},
"keywords": [],
"author": "feildmaster <underscript@feildmaster.com> (https://feildmaster.com/)",
"license": "MIT",
"repository": "https://github.com/UCProjects/UnderScript-App",
"devDependencies": {
"@actions/core": "^1.10.0",
"@types/fs-extra": "^9.0.13",
"electron": "^25.2.0",
"electron-builder": "^24.4.0"
},
"dependencies": {
"electron-context-menu": "^2.3.1",
"electron-is-dev": "^2.0.0",
"electron-updater": "^6.1.1",
"keytar": "^7.3.0",
"needle": "^2.5.2"
},
"build": {
"appId": "com.feildmaster.underscript.app",
"productName": "UnderScript",
"publish": "github",
"nodeVersion": "current"
}
}