mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
Yarn
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"discord.js": "^13.1.0",
|
||||
"dotenv": "^10.0.0",
|
||||
"ts-custom-error": "^3.2.0",
|
||||
"typescript": "^4.4.3",
|
||||
"validator": "^13.6.0",
|
||||
"winston": "^3.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@prisma/client": "^3.0.2",
|
||||
"@types/node": "^16.9.1",
|
||||
"@types/validator": "^13.6.3",
|
||||
"prisma": "^3.0.2",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user