-
-
Notifications
You must be signed in to change notification settings - Fork 624
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 4.45 KB
/
Copy pathpackage.json
File metadata and controls
121 lines (121 loc) · 4.45 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "electron-forge",
"version": "0.0.0-development",
"private": true,
"license": "MIT",
"type": "module",
"engines": {
"node": ">= 22.12.0"
},
"resolutions": {
"ajv@8.17.1": "^8.18.0",
"handlebars@4.7.8": "^4.7.9",
"minimatch@7.4.6": "^7.4.8"
},
"scripts": {
"clean": "node -e \"fs.rmSync('dist', { recursive: true, force: true })\" && node -e \"fs.rmSync('packages/tsconfig.json', { force: true })\" && lerna exec -- \"node -e \\\"fs.rmSync('dist', { recursive: true, force: true })\\\" && node -e \\\"fs.rmSync('tsconfig.tsbuildinfo', { recursive: true, force: true })\\\" && node -e \\\"fs.rmSync('tsconfig.json', { force: true })\\\"\"",
"build": "tsgo -b packages && tsx tools/test-dist",
"build:watch": "tsgo -b packages --watch",
"docs": "yarn build && typedoc",
"lerna:version": "./tools/version.sh",
"lint:js": "oxfmt --check . && oxlint",
"lint:markdown": "markdownlint-cli2 \"**/*.md\"",
"lint:markdown-js": "lint-roller-markdown-standard --root . --ignore-path .markdownlintignore --semi \"**/*.md\"",
"lint:markdown-links": "lint-roller-markdown-links --root . --ignore-path .markdownlintignore \"**/*.md\"",
"lint": "npm run lint:js && npm run lint:markdown && npm run lint:markdown-js && npm run lint:markdown-links",
"lint:fix": "oxfmt --write . && oxlint --fix",
"knip": "knip --no-config-hints && knip --production --no-config-hints",
"prepack": "yarn build",
"test": "xvfb-maybe vitest run --project fast --project slow --project slow-verdaccio",
"test:fast": "xvfb-maybe vitest run --project fast",
"test:slow": "xvfb-maybe vitest run --project slow",
"test:verdaccio": "tsx tools/verdaccio/spawn-verdaccio.ts xvfb-maybe vitest run --project slow-verdaccio",
"test:clear": "tsx tools/test-clear",
"postinstall": "husky install && node -e \"try { fs.rmSync('node_modules/.bin/*.ps1', { recursive: true, force: true }) } catch (e) {}\" && tsx ./tools/gen-tsconfigs.ts && tsx ./tools/gen-ts-glue.ts",
"spawn-verdaccio": "tsx tools/verdaccio/spawn-verdaccio.ts"
},
"devDependencies": {
"@electron/lint-roller": "^3.1.3",
"@malept/cross-spawn-promise": "^2.0.0",
"@tsconfig/node22": "^22.0.5",
"@types/cross-spawn": "^6.0.6",
"@types/cross-zip": "^4.0.2",
"@types/debug": "^4.1.12",
"@types/express": "^4.17.9",
"@types/express-ws": "^3.0.0",
"@types/graceful-fs": "^4.1.9",
"@types/keyv": "^3.1.4",
"@types/lodash-es": "^4.17.12",
"@types/mime-types": "^2.1.0",
"@types/node": "^22.10.7",
"@types/semver": "^7.3.4",
"@types/which": "^3.0.4",
"@typescript/native-preview": "^7.0.0-dev.20260416.2",
"@yarnpkg/types": "^4.0.1",
"debug": "^4.3.1",
"electron": "^42.3.3",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"husky": "^7.0.1",
"knip": "^5.87.0",
"lerna": "patch:lerna@npm%3A9.0.6#~/.yarn/patches/lerna-npm-9.0.6-162b638d8c.patch",
"lint-staged": "^12.1.7",
"listr2": "^7.0.2",
"markdownlint-cli2": "^0.19.1",
"oxfmt": "^0.41.0",
"oxlint": "^1.51.0",
"ref-napi": "^3.0.3",
"tsx": "^4.21.0",
"typedoc": "~0.28.0",
"typescript": "^6.0.2",
"verdaccio": "^6.2.4",
"vitest": "catalog:",
"xvfb-maybe": "^0.2.1"
},
"optionalDependencies": {
"@malept/electron-installer-flatpak": "^0.11.4",
"electron-installer-debian": "^3.2.0",
"electron-installer-dmg": "^5.0.1",
"electron-installer-redhat": "^3.2.0",
"electron-installer-snap": "^5.2.0",
"electron-windows-msix": "^2.0.4",
"electron-windows-store": "^2.1.0",
"electron-winstaller": "^5.3.0",
"electron-wix-msi": "^5.1.3"
},
"lint-staged": {
"*.{html,json,md,yml}": "oxfmt --write",
"*.{js,ts, cjs, mjs, cts, mts}": [
"oxfmt --write",
"oxlint --fix"
]
},
"packageManager": "yarn@4.10.3+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f",
"dependenciesMeta": {
"@bitdisaster/exe-icon-extractor": {
"built": true
},
"electron-winstaller": {
"built": true
},
"fs-xattr": {
"built": true
},
"macos-alias": {
"built": true
}
},
"catalog": {
"vitest": "^4.1.2"
},
"workspaces": {
"packages": [
"packages/api/*",
"packages/external/*",
"packages/plugin/*",
"packages/maker/*",
"packages/publisher/*",
"packages/template/*",
"packages/utils/*"
]
}
}