xyter/package.json
2022-04-10 18:15:19 +02:00

63 lines
1.7 KiB
JSON

{
"name": "xyter",
"version": "3.1.0",
"description": "Earn credits while chatting! And more",
"main": "src/index.ts",
"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",
"@nastyox/rando.js": "^2.0.5",
"axios": "^0.26.0",
"better-sqlite3": "^7.5.0",
"chance": "^1.1.8",
"common": "^0.2.5",
"crypto": "^1.0.1",
"dbd-dark-dashboard": "^1.6.45",
"discord-api-types": "^0.31.0",
"discord-dashboard": "^2.3.14",
"discord-easy-dashboard": "^1.2.1",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"i18next": "^21.6.13",
"mongoose": "^6.2.3",
"node-schedule": "^2.1.0",
"pino": "^7.0.0-rc.9",
"quick.db": "^7.1.3",
"ts-node": "^10.7.0",
"typescript": "^4.6.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/chance": "^1.1.3",
"@types/node-schedule": "^1.3.2",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "8.13.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.0"
}
}