-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 771 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 771 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
{
"name": "super-browser-window-kit-example",
"version": "1.0.0",
"description": "Example project demonstrating super-browser-window-kit for creating beautiful native-looking Electron windows",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "run-p renderer main",
"renderer": "tsc -w --project tsconfig.json",
"main": "electronmon ./dist/main.js"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/gaodeng/super-browser-window-kit-example.git"
},
"devDependencies": {
"electron": "^37.2.3",
"electronmon": "^2.0.3",
"npm-run-all": "^4.1.5",
"typescript": "^5.8.3"
},
"dependencies": {
"super-browser-window-kit": "^1.4.1"
}
}