-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.2 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.2 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
{
"name": "reforged",
"version": "0.0.0-undefined",
"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"
},
"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": "^0.23.2",
"@mdit/plugin-tasklist": "^0.23.2",
"@reforged/tsconfig": "file:shared/tsconfig",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.3.0",
"@types/semver": "^7.3.13",
"c8": "^11.0.0",
"typedoc": "^0.28.14",
"typescript": "^6.0.2"
},
"workspaces": [
"makers/*/",
"plugins/*/",
"shared/*/",
"example"
],
"private": true,
"engines": {
"node": ">=22.3.0",
"npm": ">=7.0.0"
},
"license": "(ISC AND UNLICENSE)"
}