xyter/package.json
2022-03-12 23:17:46 +01:00

44 lines
1.1 KiB
JSON

{
"name": "xyter",
"version": "2.3.1",
"description": "Earn credits while chatting! And more",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon | pino-pretty -i pid,hostname -t yyyy-mm-dd HH:MM:s"
},
"keywords": [
"zyner",
"controlpanel",
"controlpanel.gg",
"vermium"
],
"repository": {
"type": "git",
"url": "https://github.com/ZynerOrg/xyter.git"
},
"author": "Vermium Sifell <vermium@zyner.org> (https://zyner.org)",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/ZynerOrg/xyter/issues",
"email": "vermium@zyner.org"
},
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^0.3.0",
"axios": "^0.26.0",
"better-sqlite3": "^7.5.0",
"discord-api-types": "^0.27.3",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"mongoose": "^6.2.3",
"pino": "^7.0.0-rc.9",
"quick.db": "^7.1.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "8.10.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.25.4"
}
}