-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
36 lines (36 loc) · 853 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
{
"name": "cef-detector-x",
"version": "0.1.0",
"description": "Check how many CEFs are on your Windows.",
"private": true,
"scripts": {
"start": "electron src",
"build": "node build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShirasawaSama/CefDetector.git"
},
"keywords": [
"CEF",
"electron",
"libcef"
],
"author": "Shirasawa",
"license": "MIT",
"bugs": {
"url": "https://github.com/ShirasawaSama/CefDetector/issues"
},
"homepage": "https://github.com/ShirasawaSama/CefDetector#readme",
"devDependencies": {
"eslint": "^8.28.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.1.1"
},
"dependencies": {
"electron": "^24.0.0",
"jszip": "^3.10.1"
}
}