syncthing-hooks/package.json

17 lines
284 B
JSON
Raw Normal View History

2020-03-17 22:11:02 +01:00
{
"name": "syncthing-hooks",
"version": "0.0.0",
"main": "index.js",
"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
}
}