UNPKG

artibot

Version:

Modern, fast and modular open-source Discord bot

78 lines (77 loc) 1.69 kB
{ "name": "artibot", "version": "5.2.3", "description": "Modern, fast and modular open-source Discord bot", "exports": { ".": "./dist/index.js" }, "types": "dist/index.d.ts", "scripts": { "start": "node dist/index.js", "test": "nodemon -e ts,js,json --exec \"tsc && node testing.js\"", "upgrade": "ncu -u && npm install && npm update", "build-docs": "typedoc", "prepublish": "tsc", "build": "tsc", "docs": "npm run build-docs" }, "files": [ "dist/", "contributors.json", "LICENSE", "locales.json" ], "type": "module", "engines": { "node": "^18.13.0" }, "repository": "github:Artivain/artibot", "keywords": [ "Discord", "javascript", "Artivain", "artibot", "framework", "bot", "free", "api" ], "author": { "name": "Artivain", "email": "info@artivain.com", "url": "https://artivain.com" }, "contributors": [ { "name": "Thomas Fournier", "email": "thomas@artivain.com", "url": "https://github.com/GoudronViande24" } ], "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/Artivain/artibot/issues" }, "funding": "https://paypal.me/Artivain", "homepage": "https://artibot.artivain.com", "dependencies": { "artibot-localizer": "^2.0.2", "axios": "^1.6.5", "chalk": "^5.3.0", "discord.js": "^14.14.1", "figlet": "^1.7.0", "path": "^0.12.7" }, "devDependencies": { "@types/figlet": "^1.5.8", "nodemon": "^3.0.1", "npm-check-updates": "^16.10.16", "ts-node": "^10.9.1", "typedoc": "^0.23.28", "typedoc-plugin-djs-links": "^1.2.0", "typedoc-plugin-extras": "2.3.2", "typedoc-plugin-mdn-links": "^3.0.3", "typedoc-plugin-versions": "^0.2.3", "typescript": "5.0" } }