Initial commit

This commit is contained in:
Lynn Smeria 2020-03-17 23:11:02 +02:00
commit cfbb628536
6 changed files with 309 additions and 0 deletions

15
package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "syncthing-hooks",
"version": "0.0.0",
"main": "index.js",
"license": "The Unlicense",
"prettier": {
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"dependencies": {
"dotenv": "8.2.0",
"got": "10.6.0"
}
}