-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 973 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
38
39
40
41
42
{
"name": "pretty-js-log",
"version": "1.1.1",
"description": "A light logging package for Node.js and Bun applications. Features file logging and beautiful console output.",
"main": "index.js",
"scripts": {
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/belguinan/pretty-js-log.git"
},
"files": [
"index.js",
"src/log.js"
],
"sideEffects": false,
"keywords": [
"logging",
"logger",
"bun",
"nodejs",
"pretty",
"beautiful",
"terminal",
"console",
"colors",
"debug",
"colorful",
"log-rotation",
"development"
],
"author": "Belguinan Noureddine <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/belguinan/pretty-js-log/issues"
},
"homepage": "https://github.com/belguinan/pretty-js-log#readme",
"devDependencies": {
"jest": "^29.7.0"
}
}