syncthing-hooks/package.json

20 lines
334 B
JSON
Raw Normal View History

2020-03-17 22:11:02 +01:00
{
"name": "syncthing-hooks",
2021-05-10 15:20:12 +02:00
"version": "0.3.0",
2020-03-17 22:11:02 +01:00
"main": "index.js",
2020-03-18 18:59:53 +01:00
"bin": {
"syncthing-hooks": "index.js"
},
2020-03-17 22:11:02 +01:00
"license": "The Unlicense",
"prettier": {
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"dependencies": {
"dotenv": "8.2.0",
2020-03-18 00:30:56 +01:00
"got": "10.6.0",
2021-05-10 15:19:43 +02:00
"ms": "2.1.3"
2020-03-17 22:11:02 +01:00
}
}