-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.42 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
{
"name": "@reforged/monorepo",
"description": "A set of Electron Forge tools, makers and publishers (project package).",
"scripts": {
"build": "tsc -b",
"test": "tsc -b tsconfig.test.json && NODE_NO_WARNINGS=1 node --test --experimental-strip-types",
"test:coverage": "c8 -r json npm test --",
"docs": "typedoc",
"lint": "oxlint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpacingBat3/ReForged.git"
},
"author": "SpacingBat3 <git@spacingbat3.anonaddy.com> (https://github.com/SpacingBat3)",
"bugs": {
"url": "https://github.com/SpacingBat3/ReForged/issues"
},
"homepage": "https://spacingbat3.github.io/ReForged/",
"devDependencies": {
"@mdit/plugin-footnote": "^1.1.0",
"@mdit/plugin-tasklist": "^1.1.0",
"@reforged/tsconfig": "file:shared/tsconfig",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.3.0",
"@types/semver": "^7.3.13",
"@typescript/native": "npm:typescript@^7.0.2",
"c8": "^12.0.0",
"oxlint": "^1.73.0",
"typedoc": "^0.28.14",
"typescript": "npm:@typescript/typescript6@^6.0.2"
},
"workspaces": [
"makers/*/",
"plugins/*/",
"shared/*/",
"example"
],
"private": true,
"engines": {
"node": ">=22.3.0",
"npm": ">=7.0.0"
},
"overrides": {
"@electron/rebuild": "^4.0.0",
"extract-zip": "npm:@electron-internal/extract-zip@latest"
},
"license": "(ISC AND UNLICENSE)"
}