-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 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
{
"name": "rss",
"version": "0.0.3",
"description": "",
"main": "index.js",
"scripts": {
"start": "electron .",
"package": "electron-packager ./ --platform=win32 --arch=x64,ia32,arm64 --out dist --app-version 1.5.0 --overwrite --icon=./assets/icon/icon.ico",
"build": "rimraf dist && electron-builder --config electron-builder.yml",
"rebuild": "electron-rebuild -f"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wm123450405/rss.git"
},
"keywords": [
"rss"
],
"author": "wm123450405",
"license": "MIT",
"bugs": {
"url": "https://github.com/wm123450405/rss/issues"
},
"homepage": "https://github.com/wm123450405/rss#readme",
"devDependencies": {
"electron": "^10.1.3",
"electron-builder": "^22.9.1",
"electron-packager": "^15.1.0",
"electron-rebuild": "^2.2.0",
"rimraf": "^3.0.2"
},
"dependencies": {
"asyncbox": "^2.6.0",
"axios": "^0.20.0",
"electron-log": "^4.3.5",
"electron-store": "^8.0.0",
"electron-updater": "^4.3.9",
"glasstron": "0.0.5",
"linq-js": "git+https://gitee.com/wm123450405/linqjs.git",
"node-notifier": "^8.0.0",
"nodejieba": "git+https://gitee.com/wm123450405/nodejieba.git",
"puppeteer": "^1.20.0",
"shifty": "^2.13.0",
"tingodb": "^0.6.1"
},
"build": {
"appId": "smart-rss"
}
}