mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"dependencies": {
|
|
"@discordjs/builders": "^0.7.0",
|
|
"@types/color-thief-node": "^1.0.1",
|
|
"color-thief-node": "^1.0.4",
|
|
"country-code-emoji": "^2.3.0",
|
|
"country-code-lookup": "^0.0.19",
|
|
"discord.js": "^13.6.0",
|
|
"dotenv": "^10.0.0",
|
|
"node-osu": "^2.2.1",
|
|
"ping": "^0.4.1",
|
|
"ts-custom-error": "^3.2.0",
|
|
"typescript": "^4.4.4",
|
|
"validator": "^13.7.0",
|
|
"winston": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@prisma/client": "^3.3.0",
|
|
"@types/node": "^16.11.6",
|
|
"@types/ping": "^0.4.1",
|
|
"@types/validator": "^13.6.5",
|
|
"prisma": "^3.3.0",
|
|
"ts-node-dev": "^1.1.8"
|
|
},
|
|
"scripts": {
|
|
"tsc": "tsc",
|
|
"development": "ts-node-dev ./src/index.ts --respawn --transpileOnly",
|
|
"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"
|
|
}
|