-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 797 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 797 Bytes
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": "com.readup.desktop",
"productName": "Readup",
"version": "1.0.6",
"description": "Readup",
"main": "bin/main.js",
"scripts": {
"build": "tsc",
"start": "npm run build && electron .",
"watch": "tsc --watch"
},
"author": {
"name": "reallyread.it, inc.",
"email": "support@readup.com",
"url": "https://readup.com"
},
"license": "ISC",
"devDependencies": {
"@types/tough-cookie": "4.0.1",
"electron": "13.5.1",
"electron-packager": "15.3.0",
"ts-loader": "9.2.5",
"typescript": "4.3.5",
"webpack": "5.51.1",
"yargs": "17.1.1"
},
"optionalDependencies": {
"electron-installer-debian": "3.1.0",
"electron-winstaller": "5.0.0"
},
"dependencies": {
"got": "11.8.2",
"tough-cookie": "4.0.0"
}
}