mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 10:49:20 +00:00
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"dependencies": {
|
|
"@discordjs/builders": "^0.12.0",
|
|
"@discordjs/opus": "^0.7.0",
|
|
"@discordjs/rest": "^0.3.0",
|
|
"@discordjs/voice": "^0.8.0",
|
|
"@types/color-thief-node": "^1.0.1",
|
|
"@types/os-utils": "^0.0.1",
|
|
"bluebird": "^3.7.2",
|
|
"bufferutil": "^4.0.6",
|
|
"color-thief-node": "^1.0.4",
|
|
"country-code-emoji": "^2.3.0",
|
|
"country-code-lookup": "^0.0.20",
|
|
"discord-api-types": "^0.27.3",
|
|
"discord.js": "^13.6.0",
|
|
"dotenv": "^16.0.0",
|
|
"libsodium-wrappers": "^0.7.9",
|
|
"node-osu": "^2.2.1",
|
|
"os-utils": "^0.0.14",
|
|
"ping": "^0.4.1",
|
|
"play-dl": "^1.8.9",
|
|
"ts-custom-error": "^3.2.0",
|
|
"typescript": "^4.6.2",
|
|
"utf-8-validate": "^5.0.8",
|
|
"validator": "^13.7.0",
|
|
"winston": "3.3.3",
|
|
"zlib-sync": "^0.1.7"
|
|
},
|
|
"devDependencies": {
|
|
"@prisma/client": "^3.10.0",
|
|
"@types/bluebird": "^3.5.36",
|
|
"@types/node": "^17.0.21",
|
|
"@types/ping": "^0.4.1",
|
|
"@types/validator": "^13.7.1",
|
|
"prisma": "^3.10.0",
|
|
"ts-node-dev": "^1.1.8",
|
|
"yarn-upgrade-all": "^0.6.1"
|
|
},
|
|
"scripts": {
|
|
"tsc": "tsc",
|
|
"development": "ts-node-dev ./src/index.ts --respawn --transpileOnly",
|
|
"build": "tsc -b",
|
|
"start": "node ./build/index.js",
|
|
"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"
|
|
}
|