Initial commit
This commit is contained in:
commit
2ce34b0dc8
4 changed files with 189 additions and 0 deletions
13
package.json
Normal file
13
package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue