-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.1 KB
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
43
44
45
46
47
48
{
"name": "@tywalk/color-logger",
"version": "1.0.4",
"description": "A utility that provides colored console logs for greater visibility and log type distinction.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"url": "git+https://github.com/tywalk/color-logger.git"
},
"scripts": {
"test": "jest",
"build": "tsc",
"upgrade": "npm version patch --no-git-tag-version",
"ready": "npm run upgrade && npm run build"
},
"author": "tywalk",
"license": "MIT",
"devDependencies": {
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.6",
"@semantic-release/npm": "^13.1.5",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.10",
"jest": "^29.7.0",
"semantic-release": "^25.0.3",
"ts-jest": "^29.2.6",
"typescript": "^5.8.2"
},
"keywords": [
"logger",
"logging",
"console",
"colors",
"colored",
"ansi",
"terminal",
"typescript",
"debug",
"development",
"nodejs",
"utility",
"log-levels",
"scoped-logging",
"colorized",
"cli",
"debugging"
]
}