-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 812 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 812 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
{
"name": "twitcher",
"version": "1.0.4",
"description": "Module where you can easily access the Twitch API",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node test/script.js"
},
"keywords": ["twitch","twitcher","twitchtv","twitchjs","twitch-api","api","twitch-clip","clip","clips","twitch user","twitch data",""],
"author": "GweepCreative <gweepcreative@gmail.com>",
"license": "ISC",
"dependencies": {
"axios": "^1.6.0",
"dotenv": "^16.3.1"
},
"directories": {
"test": "test"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/GweepCreative/Twitcher.git"
},
"bugs": {
"url": "https://github.com/GweepCreative/Twitcher/issues"
},
"homepage": "https://github.com/GweepCreative/Twitcher#readme"
}