This commit is contained in:
40
package.json
Normal file
40
package.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "kirisu-mafuyu",
|
||||
"version": "1.3.0",
|
||||
"main": "index.ts",
|
||||
"scripts": {
|
||||
"start": "npx ts-node index.ts",
|
||||
"build": "npx tsc --build",
|
||||
"clean": "npx tsc --build --clean",
|
||||
"lint": "npx eslint *.ts models/**.ts init/**.ts events/**.ts commands/*/*.ts classes/**.ts functions/**.ts"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.konchin.com/discord-bot/Mafuyu-Kirisu.git"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://git.konchin.com/discord-bot/Mafuyu-Kirisu/issues"
|
||||
},
|
||||
"homepage": "https://git.konchin.com/discord-bot/Mafuyu-Kirisu",
|
||||
"dependencies": {
|
||||
"@types/node": "^20.3.2",
|
||||
"discord.js": "^14.11.0",
|
||||
"dotenv": "^16.3.1",
|
||||
"fs": "^0.0.1-security",
|
||||
"moment-timezone": "^0.5.43",
|
||||
"mongodb": "^5.6.0",
|
||||
"mongoose": "^7.6.1",
|
||||
"path": "^0.12.7",
|
||||
"typescript": "^5.1.3"
|
||||
},
|
||||
"description": "",
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.2.0",
|
||||
"eslint": "^8.57.0",
|
||||
"globals": "^15.2.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript-eslint": "^7.9.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user