-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 845 Bytes
/
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
{
"name": "hyperz-nodelogger",
"version": "3.7.3",
"description": "A node logger desinged to replicate the boot file in most of my github repos",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Itz-Hyperz/Hyperz-NodeLogger.git"
},
"keywords": [
"Hyperz",
"Hyperz",
"Development",
"Hyperz",
"Node",
"Logger",
"Node",
"Logger",
"Node",
"Logger"
],
"author": "Hyperz#0001",
"license": "MIT",
"bugs": {
"url": "https://github.com/Itz-Hyperz/Hyperz-NodeLogger/issues"
},
"homepage": "https://github.com/Itz-Hyperz/Hyperz-NodeLogger#readme",
"dependencies": {
"axios": "^0.24.0",
"carden": "^4.0.0",
"chalk": "^2.4.2",
"figlet": "^1.5.0"
}
}