-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 846 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 846 Bytes
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
{
"name": "tgfoa-bepinex",
"version": "1.3.0",
"description": "Support for Tainted Grail: The Fall of Avalon mods using BepInEx",
"author": "jonanoj",
"main": "./out/index.js",
"scripts": {
"copyassets": "node copyassets.js",
"build": "webpack --config webpack.config.js && extractInfo && yarn copyassets",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"repository": "git@github.com:jonanoj/TGFoAVortexExtension.git",
"license": "MIT",
"dependencies": {
"redux-act": "^1.8.0"
},
"devDependencies": {
"@types/redux": "^3.6.0",
"modtype-bepinex": "Nexus-Mods/extension-modtype-bepinex",
"prettier": "3.6.2",
"ts-loader": "^9.5.2",
"typescript": "^5.8.3",
"vortex-api": "Nexus-Mods/vortex-api",
"webpack": "^5.99.9",
"webpack-cli": "^6.0.1"
}
}