Files
Yumi/package.json
T
dependabot[bot]andGitHub 5e2ad1571b Bump utf-8-validate from 5.0.9 to 5.0.10
Bumps [utf-8-validate](https://github.com/websockets/utf-8-validate) from 5.0.9 to 5.0.10.
- [Release notes](https://github.com/websockets/utf-8-validate/releases)
- [Commits](https://github.com/websockets/utf-8-validate/compare/v5.0.9...v5.0.10)

---
updated-dependencies:
- dependency-name: utf-8-validate
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-29 14:56:13 +00:00

61 lines
2.0 KiB
JSON

{
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/rest": "^1.2.0",
"@discordjs/voice": "^0.11.0",
"@types/color-thief-node": "^1.0.1",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.14",
"@types/os-utils": "^0.0.1",
"bluebird": "^3.7.2",
"bufferutil": "^4.0.6",
"color-thief-node": "^1.0.4",
"cors": "^2.8.5",
"country-code-emoji": "^2.3.0",
"country-code-lookup": "^0.0.20",
"discord-api-types": "^0.37.11",
"discord.js": "^14.5.0",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"i18n": "^0.15.1",
"libsodium-wrappers": "^0.7.10",
"node-osu": "^2.2.1",
"os-utils": "^0.0.14",
"ping": "^0.4.2",
"play-dl": "^1.9.5",
"ts-custom-error": "^3.2.2",
"typescript": "^4.8.4",
"utf-8-validate": "^5.0.10",
"validator": "^13.7.0",
"winston": "3.3.3",
"zlib-sync": "^0.1.7"
},
"devDependencies": {
"@prisma/client": "^4.4.0",
"@types/bluebird": "^3.5.37",
"@types/i18n": "^0.13.4",
"@types/node": "^18.8.2",
"@types/ping": "^0.4.1",
"@types/validator": "^13.7.7",
"copyfiles": "^2.4.1",
"prisma": "^4.4.0",
"ts-node-dev": "^2.0.0"
},
"scripts": {
"tsc": "tsc",
"development": "ts-node-dev ./src/index.ts --respawn --transpileOnly",
"build": "tsc -b && copyfiles -u 1 configs_example/**/*.* dist/configs_example/",
"docker-build": "docker build . -t ghcr.io/yuzuzensai/yumi:latest",
"docker-run": "docker run -d --name yumi --mount type=bind,source=\"$(pwd)\"/configs,target=/home/node/app/configs --network host --env-file .env ghcr.io/yuzuzensai/yumi:latest",
"docker-push": "docker push ghcr.io/yuzuzensai/yumi:latest",
"production": "tsc && node ./dist/index.js",
"test": "mocha -r ts-node/register tests/**/*.ts"
},
"name": "yumi",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/YuzuZensai/Yumi.git",
"author": "YuzuZensai <contact@kirameki.pink>",
"license": "GPL-3.0"
}