package.json 434 B

123456789101112131415161718
  1. {
  2. "name": "zerotier-rule-compiler",
  3. "version": "1.1.17-3",
  4. "description": "ZeroTier Rule Script Compiler",
  5. "main": "cli.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/zerotier/ZeroTierOne/rule-compiler"
  12. },
  13. "keywords": [
  14. "ZeroTier"
  15. ],
  16. "author": "ZeroTier, Inc. <[email protected]>",
  17. "license": "GPL-2.0"
  18. }