Archived
Adding Mods w/Symlink
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "betterkeys-ng",
|
||||
"version": "1.3.2",
|
||||
"main": "src/mod.js",
|
||||
"license": "MIT",
|
||||
"author": "flir",
|
||||
"sptVersion": "~3.10",
|
||||
"isBundleMod": false,
|
||||
"scripts": {
|
||||
"build": "node ./build.mjs",
|
||||
"buildinfo": "rm -rf build && node ./build.mjs --verbose"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^8.57.0",
|
||||
"@types/node": "16.18.10",
|
||||
"@typescript-eslint/parser": "5.46.1",
|
||||
"archiver": "^7.0.1",
|
||||
"bestzip": "2.2.1",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-import-resolver-typescript": "^3.6.1",
|
||||
"eslint-plugin-import": "^2.29.1",
|
||||
"fs-extra": "11.1.0",
|
||||
"glob": "8.0.3",
|
||||
"ignore": "^5.3.1",
|
||||
"os": "^0.1.2",
|
||||
"prettier": "^3.2.5",
|
||||
"prettier-plugin-organize-imports": "^3.2.4",
|
||||
"tsyringe": "4.7.0",
|
||||
"typescript": "4.9.4",
|
||||
"typescript-eslint": "^7.9.0",
|
||||
"winston": "^3.13.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user