-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 1.36 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "jinbe-main_for_koyeb",
"version": "1.0.0",
"description": "``` npm i @types/node date-fns-timezone discord.js fs mongoose node-cron node-fetch util ``` ## 各パッケージの使用用途 - `@types/node` :node.jsを書きやすくするやつらしい - `date-fns-timezone` :日本時間の月・日を取得するため - `discord.js` :Discord BOTに接続し、操作するため - `fs` :「commands」フォルダを読み取るため - `mongoose` :MongoDBの操作を簡単に行うため - `node-cron` :毎日決まった時間に処理を行うため - `node-fetch` :URLチェックのリクエストを送るため - `util` :○○ms待つを使用するため",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcee-jinbe/main_for_koyeb.git"
},
"author": "Hoshimikan6490",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcee-jinbe/main_for_koyeb/issues"
},
"homepage": "https://github.com/mcee-jinbe/main_for_koyeb#readme",
"dependencies": {
"@types/node": "^20.12.4",
"date-fns-timezone": "^0.1.4",
"discord.js": "^14.14.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"fs": "^0.0.1-security",
"mongoose": "^8.3.0",
"node-cron": "^3.0.3",
"node-fetch": "^3.3.2",
"util": "^0.12.5"
}
}