-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.18 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@tolga1452/logchu",
"version": "3.1.2",
"description": "Very simple and cool logger for your Node.js projects.",
"main": "./src/index.js",
"scripts": {
"build": "tsc"
},
"types": "./src",
"keywords": [
"javascript",
"js",
"typescript",
"ts",
"log",
"color",
"ansi",
"rgb",
"hex",
"decimal",
"logger",
"logchu",
"chalk",
"rainbow",
"console",
"custom"
],
"author": "✨Tolgchu✨#1452",
"license": "CC-BY-NC-ND-4.0",
"devDependencies": {
"@types/jest": "^29.5.0",
"chalk": "^5.3.0",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"ts-node-dev": "^2.0.0",
"typescript": "^5.0.4"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testMatch": [
"**/__tests__/**/*.test.(t|j)s"
]
},
"repository": {
"type": "git",
"url": "https://github.com/Tolga1452/logchu.git"
},
"homepage": "https://github.com/Tolga1452/logchu#readme",
"bugs": {
"url": "https://github.com/Tolga1452/logchu/issues"
},
"dependencies": {
"@tolga1452/toolbox.js": "^1.1.0"
}
}