Files
Yumi/package.json
T

38 lines
1.0 KiB
JSON
Raw Normal View History

2021-09-14 09:55:42 -07:00
{
"dependencies": {
2021-10-26 23:51:57 +07:00
"@discordjs/builders": "^0.7.0",
2021-09-20 12:37:26 -07:00
"@types/color-thief-node": "^1.0.1",
"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-25 13:30:01 +07:00
"discord.js": "^13.6.0",
2021-09-14 09:55:42 -07:00
"dotenv": "^10.0.0",
2021-09-19 04:03:13 -07:00
"node-osu": "^2.2.1",
2022-01-25 19:51:51 +07:00
"ping": "^0.4.1",
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-25 13:35:40 +07:00
"validator": "^13.7.0",
2021-09-14 09:55:42 -07:00
"winston": "^3.3.3"
},
"devDependencies": {
2021-10-26 23:51:57 +07:00
"@prisma/client": "^3.3.0",
"@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",
"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"
}