-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
23 lines (23 loc) Β· 929 Bytes
/
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
{
"name": "practice-discord-py",
"version": "1.0.0",
"description": "<div align=\"center\"> <h1>π</h1> λλ§μ λμ½λ΄μ λ§λ€μ΄λ³΄κΈ° μν΄ κ³΅λΆνλ 곡κ°μΌλ‘ μ¬μ© μμ μ
λλ€!<br> λ¬Όλ‘ λ©ν λ μμΌλκΉ λκ° κ°λ₯νμ§ μμκΉμ ? <br> <br> π : 2024.11.19. ~ <b>Keep Going</b> <br> <br> π₯οΈ : Not version releases yet. </div>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js",
"pm2:start": "pm2 start ecosystem.config.js",
"pm2:stop": "pm2 stop ecosystem.config.js",
"pm2:restart": "pm2 restart ecosystem.config.js",
"pm2:logs": "pm2 logs warning-bot",
"pm2:monitor": "pm2 monit warning-bot"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^14.17.3",
"dotenv": "^16.4.7"
}
}