Files
manyplug-repo/package.json
synt-xerror eecef0be88 first commit
2026-04-14 21:15:05 -03:00

18 lines
397 B
JSON

{
"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"
}
}