-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.1 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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "pomobot",
"version": "2.0.1",
"description": "bot pomodoro con discord ",
"main": "bot.js",
"scripts": {
"start": "node dist/bot.js",
"dev": "nodemon --exec babel-node src/bot.js",
"clean": "rimraf dist",
"clean:node": "rimraf node_modules",
"build": "babel src --out-dir dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holasoygrel/pomobot.git"
},
"author": "piedradev",
"license": "ISC",
"bugs": {
"url": "https://github.com/holasoygrel/pomobot/issues"
},
"homepage": "https://github.com/holasoygrel/pomobot#readme",
"dependencies": {
"@discordjs/builders": "^1.0.0",
"@discordjs/rest": "^1.0.0",
"@discordjs/voice": "^0.11.0",
"discord.js": "^13.6.0",
"dotenv": "^16.0.1",
"moment": "^2.29.4",
"mongoose": "^6.4.7"
},
"devDependencies": {
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@babel/node": "^7.18.9",
"@babel/plugin-transform-runtime": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"nodemon": "^2.0.19",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}