syncthing-hooks/package.json

20 lines
334 B
JSON
Raw Normal View History

2020-03-17 22:11:02 +01:00
{
"name": "syncthing-hooks",
2020-03-18 19:32:03 +01:00
"version": "0.2.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",
"ms": "2.1.2"
2020-03-17 22:11:02 +01:00
}
}