syncthing-hooks/package.json
dependabot[bot] 6bc0d44f99
Bump got from 10.6.0 to 11.8.5
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>
2022-06-22 17:01:46 +00:00

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"
}
}