-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.09 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
{
"name": "js-dlogger",
"version": "1.0.2",
"description": "A lightweight and efficient logging utility for JavaScript applications. This package provides multiple logging functions such as info(), dLog(), warn(), debug and error(), displaying logs in the console along with the filename for better debugging and traceability. Perfect for developers looking for a simple yet powerful logging solution.",
"main": "logger.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/structlooper/js-dlogger.git"
},
"keywords": [
"package",
"javaScript-logger",
"js-logger",
"debugger",
"console-logger",
"printer",
"react-logger",
"react-native-logger",
"angular-logger",
"node-logger",
"nextjs-logger"
],
"author": {
"name" : "Deepak Kumar",
"url" : "https://github.com/structlooper"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/structlooper/js-dlogger/issues"
},
"homepage": "https://github.com/structlooper/js-dlogger#readme"
}