Bumps [got](https://github.com/sindresorhus/got) from 10.6.0 to 11.8.5. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v10.6.0...v11.8.5) --- updated-dependencies: - dependency-name: got dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
334 B
JSON
19 lines
334 B
JSON
{
|
|
"name": "syncthing-hooks",
|
|
"version": "0.3.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": "11.8.5",
|
|
"ms": "2.1.3"
|
|
}
|
|
}
|