-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
{
"name": "scrap_cfe_bot",
"version": "1.0.0",
"description": "A discord bot to request information from CFE page",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/BeelanMX/scrapCFEBot.git"
},
"author": "Beelan Network Solutions Team <[email protected]>",
"license": "MIT",
"private": false,
"keywords": [
"discord",
"nodejs",
"javascript",
"puppeteer"
],
"scripts": {
"pretty": "pretty-quick",
"start": "node index.js"
},
"dependencies": {
"discord.js": "~12.5.3",
"dotenv": "^10.0.0",
"node": "^16.9.1",
"puppeteer": "~10.1.0",
"puppeteer-core": "~10.1.0"
},
"devDependencies": {
"eslint": "^7.31.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.3.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.2",
"pretty-quick": "^3.1.1"
},
"bugs": {
"url": "https://github.com/BeelanMX/scrapCFEBot/issues"
},
"homepage": "https://github.com/BeelanMX/scrapCFEBot#readme"
}