Upload LittleWhiteBox extension

This commit is contained in:
RT15548
2026-02-16 17:11:25 +08:00
commit 14276b51b7
126 changed files with 87499 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "littlewhitebox-plugin",
"private": true,
"type": "module",
"scripts": {
"lint": "node scripts/check-garbled.js && eslint \"**/*.js\"",
"lint:fix": "eslint \"**/*.js\" --fix"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-plugin-jsdoc": "^48.10.0",
"eslint-plugin-no-unsanitized": "^4.1.2",
"eslint-plugin-security": "^1.7.1"
}
}