-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.03 KB
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
{
"name": "cookies",
"version": "1.0.0",
"description": "Le cookies",
"main": "index.js",
"scripts": {
"format": "prettier --write \"**/*.js\"",
"lint": "eslint \"!(dist|node_modules)/**/*.js\" --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MrBaggieBug/CCPbot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MrBaggieBug/CCPbot/issues"
},
"homepage": "https://github.com/MrBaggieBug/CCPbot#readme",
"dependencies": {
"@top-gg/sdk": "^3.1.3",
"ccxt": "^1.81.50",
"chalk": "^5.0.1",
"discord.js": "^13.3.0",
"dotenv": "^16.0.0",
"moment": "^2.29.1",
"mongo": "^0.1.0",
"mongodb": "^4.5.0",
"mongoose": "^6.3.1",
"pm2": "^5.2.0",
"request": "^2.88.2",
"stocks.js": "^0.0.19",
"topgg-autoposter": "^2.0.1"
},
"devDependencies": {
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1"
}
}