Initial commit

This commit is contained in:
snt 2025-06-23 16:12:14 +00:00
commit 2ce34b0dc8
4 changed files with 189 additions and 0 deletions

13
package.json Normal file
View file

@ -0,0 +1,13 @@
{
"name": "gancio-plugin-cleaner",
"version": "0.1.0",
"description": "Cleaner plugin for Gancio",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "AGPL-3.0-or-later",
"dependencies": {
"sequelize": "^6.37.7"
}
}