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