2021-09-14 09:55:42 -07:00
|
|
|
{
|
|
|
|
|
"dependencies": {
|
2021-10-26 23:51:57 +07:00
|
|
|
"@discordjs/builders": "^0.7.0",
|
2022-01-30 20:08:21 +07:00
|
|
|
"@discordjs/opus": "^0.7.0",
|
|
|
|
|
"@discordjs/rest": "^0.3.0",
|
|
|
|
|
"@discordjs/voice": "^0.8.0",
|
2021-09-20 12:37:26 -07:00
|
|
|
"@types/color-thief-node": "^1.0.1",
|
2022-02-07 10:41:55 +07:00
|
|
|
"@types/os-utils": "^0.0.1",
|
2022-01-27 17:58:14 +07:00
|
|
|
"bluebird": "^3.7.2",
|
2022-01-30 20:08:21 +07:00
|
|
|
"bufferutil": "^4.0.6",
|
2021-09-20 12:37:26 -07:00
|
|
|
"color-thief-node": "^1.0.4",
|
2021-09-19 08:25:11 -07:00
|
|
|
"country-code-emoji": "^2.3.0",
|
|
|
|
|
"country-code-lookup": "^0.0.19",
|
2022-01-30 20:08:21 +07:00
|
|
|
"discord-api-types": "^0.26.1",
|
2022-01-25 13:30:01 +07:00
|
|
|
"discord.js": "^13.6.0",
|
2021-09-14 09:55:42 -07:00
|
|
|
"dotenv": "^10.0.0",
|
2022-01-30 20:08:21 +07:00
|
|
|
"libsodium-wrappers": "^0.7.9",
|
2021-09-19 04:03:13 -07:00
|
|
|
"node-osu": "^2.2.1",
|
2022-02-07 10:41:55 +07:00
|
|
|
"os-utils": "^0.0.14",
|
2022-01-25 19:51:51 +07:00
|
|
|
"ping": "^0.4.1",
|
2022-02-10 22:56:30 +07:00
|
|
|
"play-dl": "^1.8.7",
|
2021-09-14 09:55:42 -07:00
|
|
|
"ts-custom-error": "^3.2.0",
|
2021-10-26 23:51:57 +07:00
|
|
|
"typescript": "^4.4.4",
|
2022-01-30 20:08:21 +07:00
|
|
|
"utf-8-validate": "^5.0.8",
|
2022-01-25 13:35:40 +07:00
|
|
|
"validator": "^13.7.0",
|
2022-01-30 20:23:46 +07:00
|
|
|
"winston": "3.3.3",
|
2022-01-30 20:08:21 +07:00
|
|
|
"zlib-sync": "^0.1.7"
|
2021-09-14 09:55:42 -07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2021-10-26 23:51:57 +07:00
|
|
|
"@prisma/client": "^3.3.0",
|
2022-01-27 17:58:14 +07:00
|
|
|
"@types/bluebird": "^3.5.36",
|
2021-10-26 23:51:57 +07:00
|
|
|
"@types/node": "^16.11.6",
|
2022-01-25 19:51:51 +07:00
|
|
|
"@types/ping": "^0.4.1",
|
2021-10-26 23:51:57 +07:00
|
|
|
"@types/validator": "^13.6.5",
|
|
|
|
|
"prisma": "^3.3.0",
|
2021-09-14 09:55:42 -07:00
|
|
|
"ts-node-dev": "^1.1.8"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"tsc": "tsc",
|
|
|
|
|
"development": "ts-node-dev ./src/index.ts --respawn --transpileOnly",
|
2022-02-02 21:17:20 +07:00
|
|
|
"build": "tsc -b",
|
|
|
|
|
"start": "node ./build/index.js",
|
2021-09-14 09:55:42 -07:00
|
|
|
"production": "tsc && node ./build/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": "MIT"
|
|
|
|
|
}
|