forked from Androz2091/pronote-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 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
{
"name": "pronote-bot",
"version": "1.5.0",
"description": "",
"main": "pronote-bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write **/*js --tab-width 4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Androz2091/pronote-bot.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Androz2091/pronote-bot/issues"
},
"homepage": "https://github.com/Androz2091/pronote-bot#readme",
"dependencies": {
"chalk": "^3.0.0",
"cheerio": "^1.0.0-rc.3",
"command-line-args": "^5.1.1",
"cron": "^1.7.2",
"date-and-time": "^0.12.0",
"instagram-private-api": "^1.39.1",
"instagram_mqtt": "^0.2.8",
"isgd": "^1.1.3",
"jimp": "^0.9.3",
"json-beautify": "^1.1.1",
"puppeteer": "^2.0.0",
"puppeteer-extra": "^3.1.9",
"puppeteer-extra-plugin-stealth": "^2.4.9",
"require-reload": "^0.2.2",
"string-similarity": "^3.0.0"
},
"devDependencies": {
"prettier": "^1.19.1"
}
}