-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 874 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
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "yuuda",
"version": "0.2.2",
"description": "just a simple discord bot",
"main": "src/app.js",
"scripts": {
"start": "node src/app.js",
"lint": "eslint src/**",
"lint:fix": "eslint src/** --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JadlionHD/yuuda.git"
},
"author": "JadlionHD ([email protected])",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/JadlionHD/yuuda/issues"
},
"homepage": "https://github.com/JadlionHD/yuuda#readme",
"dependencies": {
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"chalk": "^4.1.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"eris": "^0.17.0",
"express": "^4.17.1",
"moment": "^2.29.1",
"yargs-parser": "^20.2.9"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.18.0"
}
}