-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 943 Bytes
/
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
{
"name": "ddatelectron",
"description": "DD@Electron",
"version": "1.14.2",
"private": true,
"main": "index.js",
"dependencies": {
"ddatnodejs": "file:DDatHome-nodejs",
"electron-updater": "^4.2.5",
"graphql": "^15.3.0",
"graphql-tag": "^2.11.0",
"level": "^6.0.0",
"moment": "^2.24.0",
"node-fetch": "^2.6.7",
"uuid": "^8.3.0"
},
"scripts": {
"start": "npx electron .",
"build": "node build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dd-center/DDatElectron.git"
},
"author": "simon3000 <simon3000@163.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dd-center/DDatElectron/issues"
},
"homepage": "https://github.com/dd-center/DDatElectron#readme",
"devDependencies": {
"dugite": "^1.88.2",
"electron": "^15.3.0",
"electron-builder": "^22.13.1",
"electron-notarize": "^1.1.1",
"got": "^11.6.2"
}
}