Files
VOREStation/tools/autowiki/package.json
T
Selis f725d4671a Implements Autowiki (#18480)
* Implements Autowiki

* Disable autowiki for vending machines for now
2025-09-17 21:45:34 +02:00

11 lines
212 B
JSON

{
"name": "autowiki",
"version": "1.0.0",
"description": "Automatically publish generated pages to the virgo wiki",
"main": "autowiki.js",
"author": "Mothblocks",
"dependencies": {
"mwbot": "^2.0.0"
}
}