82 lines
2.3 KiB
JSON
82 lines
2.3 KiB
JSON
{
|
|
"name": "xyter",
|
|
"version": "3.1.0",
|
|
"description": "Earn credits while chatting! And more",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"dev": "tsc --watch & nodemon dist",
|
|
"build": "tsc -p .",
|
|
"prisma:generate": "prisma generate",
|
|
"test": "jest",
|
|
"start": "node dist",
|
|
"start:migrate:prod": "prisma migrate deploy && npm run start",
|
|
"prettier-format": "prettier \"src/**/*.ts\" --write",
|
|
"lint": "eslint ./src --ext .ts"
|
|
},
|
|
"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)",
|
|
"contributors": [
|
|
"Joshua Schmitt <me@jqshuv.xyz> (https://jqshuv.xyz)"
|
|
],
|
|
"license": "GPL-3.0-only",
|
|
"bugs": {
|
|
"url": "https://github.com/ZynerOrg/xyter/issues",
|
|
"email": "vermium@zyner.org"
|
|
},
|
|
"dependencies": {
|
|
"@discordjs/rest": "^1.0.0",
|
|
"@prisma/client": "^4.5.0",
|
|
"@types/i18next-fs-backend": "^1.1.2",
|
|
"axios": "^1.0.0",
|
|
"chance": "^1.1.8",
|
|
"common": "^0.2.5",
|
|
"crypto": "^1.0.1",
|
|
"discord-api-types": "^0.37.0",
|
|
"discord.js": "^14.0.0",
|
|
"dotenv": "^16.0.1",
|
|
"i18n": "^0.15.0",
|
|
"i18next": "^22.0.0",
|
|
"i18next-async-backend": "^2.0.0",
|
|
"i18next-fs-backend": "^1.1.4",
|
|
"i18next-http-backend": "^1.4.0",
|
|
"i18next-resources-to-backend": "^1.0.0",
|
|
"mongoose": "^6.2.3",
|
|
"node-schedule": "^2.1.0",
|
|
"ts-node": "^10.7.0",
|
|
"tsconfig-paths": "^4.0.0",
|
|
"typescript": "^4.8.4",
|
|
"uuid": "^9.0.0",
|
|
"winston-daily-rotate-file": "^4.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chance": "1.1.3",
|
|
"@types/node-schedule": "2.1.0",
|
|
"@types/uuid": "8.3.4",
|
|
"@typescript-eslint/eslint-plugin": "5.40.1",
|
|
"@typescript-eslint/parser": "5.40.1",
|
|
"eslint": "8.25.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.2.1",
|
|
"husky": "8.0.1",
|
|
"jest": "29.2.1",
|
|
"lint-staged": "13.0.3",
|
|
"nodemon": "2.0.20",
|
|
"prettier": "2.7.1",
|
|
"prisma": "4.5.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.ts": "eslint --cache --fix"
|
|
}
|
|
}
|