12345678910111213141516171819 |
- {
- "name": "Wiki-Bot",
- "version": "1.0.0",
- "description": "Wiki-Bot is a bot for Discord with the purpose to easily link to Gamepedia wikis. He can resolve redirects and follow interwiki links.",
- "main": "main.js",
- "scripts": {
- "test": "node --icu-data-dir=node_modules/full-icu main.js debug",
- "start": "node --icu-data-dir=node_modules/full-icu main.js"
- },
- "author": "MarkusRost",
- "license": "ISC",
- "dependencies": {
- "dblapi.js": "^2.3.0",
- "discord.js": "^11.4.2",
- "full-icu": "^1.2.1",
- "npm": "^5.10.0",
- "request": "^2.88.0"
- }
- }
|