{ "title": "Patrol", "description": "Automatic Patrol Routes for NPCs", "version": "0.6.2", "authors": [ { "name": "theripper93", "email": "tsplab@gmail.com", "url": "https://www.patreon.com/theripper93" }, { "name": "Vauryx", "email": "vauryx@gmail.com", "url": "https://github.com/Vauryx" } ], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "es", "name": "EspaƱol", "path": "lang/es.json" } ], "scripts": [ "scripts/main.js", "scripts/patrol.js", "scripts/helpers.js", "scripts/config.js", "scripts/pathPatroller.js" ], "socket": true, "url": "https://github.com/theripper93/Patrol", "manifest": "https://github.com/theripper93/Patrol/releases/latest/download/module.json", "download": "https://github.com/theripper93/Patrol/releases/download/0.6.2/module.zip", "id": "patrol", "relationships": { "requires": [ { "id": "socketlib", "type": "module", "compatibility": {} } ] }, "compatibility": { "minimum": "11", "verified": "11" } }