Test For SWAG/DONUTS & SAIN Flashlight Dazzle Tweaks

This commit is contained in:
2025-01-10 23:05:33 -05:00
parent f907d8a2f6
commit fa2ec9073c
688 changed files with 28732 additions and 936 deletions
@@ -0,0 +1,23 @@
{
"name": "SWAG + DONUTS",
"version": "3.5.1",
"main": "src/SWAG.js",
"license": "MIT",
"author": "nooky and props",
"sptVersion": "~3.9.0",
"scripts": {
"setup": "npm i",
"build": "node ./packageBuild.ts"
},
"devDependencies": {
"@types/node": "16.18.10",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"bestzip": "2.2.1",
"eslint": "8.30.0",
"fs-extra": "11.1.0",
"glob": "8.0.3",
"tsyringe": "4.7.0",
"typescript": "4.9.4"
}
}