77 lines
2.1 KiB
JSON
77 lines
2.1 KiB
JSON
{
|
|
"name": "xyter",
|
|
"version": "3.1.0",
|
|
"description": "Earn credits while chatting! And more",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"start": "nodemon | pino-pretty -i pid,hostname -t yyyy-mm-dd HH:MM:s",
|
|
"prettier-format": "prettier \"src/**/*.ts\" --write",
|
|
"lint": "eslint ./src --ext .ts",
|
|
"prepare": "husky install"
|
|
},
|
|
"keywords": [
|
|
"Zyner",
|
|
"xyter",
|
|
"controlpanel",
|
|
"controlpanel.gg"
|
|
],
|
|
"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",
|
|
"module-alias": "^2.2.2",
|
|
"mongoose": "^6.2.3",
|
|
"node-schedule": "^2.1.0",
|
|
"pino": "^7.0.0-rc.9",
|
|
"pino-pretty": "^7.6.1",
|
|
"quick.db": "^7.1.3",
|
|
"ts-node": "^10.7.0",
|
|
"tsconfig-paths": "^3.14.1",
|
|
"typescript": "^4.6.3",
|
|
"uuid": "^8.3.2",
|
|
"winston-daily-rotate-file": "^4.6.1"
|
|
},
|
|
"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-no-loops": "^0.3.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"husky": "^7.0.0",
|
|
"jest": "^27.5.1",
|
|
"lint-staged": "^12.3.7",
|
|
"prettier": "^2.6.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.ts": "eslint --cache --fix"
|
|
}
|
|
}
|