{ "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": "10.6.0", "ms": "2.1.3" } }