-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 1019 Bytes
/
package.json
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
{
"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",
"docs": "typedoc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpacingBat3/ReForged.git"
},
"author": "SpacingBat3 <[email protected]> (https://github.com/SpacingBat3)",
"bugs": {
"url": "https://github.com/SpacingBat3/ReForged/issues"
},
"homepage": "https://github.com/SpacingBat3/ReForged#readme",
"devDependencies": {
"@tsconfig/strictest": "^2.0.0",
"@types/node": "^18.11.17",
"@types/semver": "^7.3.13",
"typedoc": "^0.27.2",
"typescript": "^5.0.2"
},
"workspaces": [
"makers/*/",
"example"
],
"private": true,
"engines": {
"node": ">=19.0.0 || ^18.11.0",
"npm": ">=7.0.0"
},
"license": "(ISC AND UNLICENSE)"
}