This commit is contained in:
GetParanoid 2026-04-12 11:38:13 -07:00
parent 88958b01e2
commit ebab559419
363 changed files with 281230 additions and 0 deletions

View file

@ -0,0 +1,23 @@
{
"name": "Virtuals Custom Quest Loader",
"version":"2.0.4",
"main": "src/mod.js",
"license": "MIT",
"author": "Virtual",
"sptVersion": "3.11.x",
"scripts": {
"setup": "npm i",
"build": "node ./packageBuild.ts"
},
"devDependencies": {
"@types/node": "16.11.62",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"bestzip": "2.2.1",
"eslint": "8.24.0",
"fs-extra": "10.1.0",
"glob": "8.0.3",
"tsyringe": "4.7.0",
"typescript": "4.8.4"
}
}