-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 825 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 825 Bytes
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
{
"name": "imageapi",
"version": "0.0.1",
"description": "Use Twitch API to collect user profile image",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Strrato/TwitchImageAPI.git"
},
"author": "Strrato",
"license": "MIT",
"bugs": {
"url": "https://github.com/Strrato/TwitchImageAPI/issues"
},
"homepage": "https://github.com/Strrato/TwitchImageAPI#readme",
"dependencies": {
"axios": "^1.6.7",
"cheerio": "^1.0.0-rc.12",
"connect-ensure-login": "^0.1.1",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-session": "^1.18.0",
"node-fetch": "^2.0.0",
"node-twitch": "^0.4.5",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"pug": "^3.0.2"
}
}