package.json 453 B

12345678910111213141516
  1. {
  2. "name": "zerotier-root-watcher",
  3. "version": "1.0.0",
  4. "description": "Simple background service to watch a cluster of roots and record peer info into a database",
  5. "main": "zerotier-root-watcher.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "ZeroTier, Inc. <[email protected]>",
  10. "license": "GPL-3.0",
  11. "dependencies": {
  12. "async": "^2.3.0",
  13. "pg": "^6.1.5",
  14. "zlib": "^1.0.5"
  15. }
  16. }