20 lines
334 B
JSON
20 lines
334 B
JSON
{
|
|
"name": "syncthing-hooks",
|
|
"version": "0.2.0",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"syncthing-hooks": "index.js"
|
|
},
|
|
"license": "The Unlicense",
|
|
"prettier": {
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "8.2.0",
|
|
"got": "10.6.0",
|
|
"ms": "2.1.2"
|
|
}
|
|
}
|