first commit

This commit is contained in:
synt-xerror
2026-04-14 21:15:05 -03:00
commit eecef0be88
44 changed files with 1372 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "manyplug-repo",
"version": "1.0.0",
"description": "This is a mirror of Freakkdev ManyBot's plugin repository (ManyPlug).",
"license": "ISC",
"author": "",
"type": "module",
"main": "manager.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"chalk": "^5.6.2",
"fs-extra": "^11.3.4",
"path": "^0.12.7"
}
}