-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.3 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
43
44
45
{
"name": "b-baka_bot",
"version": "1.0.0",
"description": "Baka Bot for Discord is a Multi purpose Bot designed in Js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx tsc && node dist/index.js",
"lint": "npx eslint src/ --ext .js,.jsx,.ts,.tsx",
"lint:fix": "npx eslint src/ --ext .js,.jsx,.ts,.tsx --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AntonioMrtz/Baka_Bot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AntonioMrtz/Baka_Bot/issues"
},
"homepage": "https://github.com/AntonioMrtz/Baka_Bot#readme",
"dependencies": {
"@types/node": "^20.6.0",
"axios": "^1.8.2",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"express": "^4.21.2",
"jest": "^29.4.3",
"mongodb": "^5.8.0",
"node-fetch": "^2.6.1",
"prettier": "^2.5.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.49.0",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"typescript": "^5.2.2"
}
}