-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.35 KB
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
50
51
{
"name": "@yanglee2421/electron-react",
"version": "0.0.0",
"private": true,
"description": "An Electron app built with React and TypeScript",
"keywords": [
"electron",
"electron-rebuild",
"node-addon-api",
"node-gyp",
"react",
"typescript"
],
"homepage": "https://github.com/yanglee2421/electron-react/blob/main/README.md",
"bugs": {
"url": "https://github.com/yanglee2421/electron-react/issues",
"email": "yanglee2421@outlook.com"
},
"license": "MIT",
"author": "yanglee2421",
"repository": {
"type": "git",
"url": "https://github.com/yanglee2421/electron-react.git",
"directory": "/"
},
"files": [
"dist"
],
"type": "module",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"scripts": {
"dev": "pnpm -r dev",
"build": "pnpm -r build",
"lint": "vp lint",
"ziyun": "pnpm -F app-ziyun dev",
"dsb": "pnpm -F app-dsb dsb:dev"
},
"devDependencies": {
"@electron/rebuild": "^4.0.3",
"@types/node": "^25.3.0",
"drizzle-kit": "1.0.0-beta.22",
"tsdown": "0.22.14",
"typescript": "^7.0.2",
"vite-plus": "^0.2.8"
},
"packageManager": "pnpm@11.21.0+sha512.521705bce689924eac72f5a3587122f362689ef6571e55ba80076fd637c11132ecffada26fad4ea79c485bfddbfd3d5a2a5b05805a77e893de71ec8a6cca3bb1"
}