🔖 Version 2.4.0 released

This commit is contained in:
Axel Olausson Holtenäs 2022-03-06 19:48:08 +01:00
parent f8926dfd3d
commit e9b2de08da
No known key found for this signature in database
GPG key ID: E3AE7E194AE017ED

View file

@ -1,44 +1,44 @@
{
"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"
}
}
{
"name": "xyter",
"version": "2.4.0",
"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"
}
}