File tree 2 files changed +265
-195
lines changed
2 files changed +265
-195
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " kittylog" ,
3
- "version" : " 1.0.5 " ,
3
+ "version" : " 1.0.6 " ,
4
4
"description" : " Pretty logs in JavaScript" ,
5
5
"author" : " pietrodev07" ,
6
+ "repository" : {},
6
7
"main" : " dist/index.js" ,
7
8
"types" : " dist/index.d.ts" ,
8
9
"type" : " module" ,
9
10
"license" : " MIT" ,
11
+ "keywords" : [
12
+ " log" ,
13
+ " pretty" ,
14
+ " format" ,
15
+ " output" ,
16
+ " style" ,
17
+ " logger" ,
18
+ " color" ,
19
+ " formatting" ,
20
+ " logging" ,
21
+ " console" ,
22
+ " beautiful" ,
23
+ " enhance" ,
24
+ " readable" ,
25
+ " messages"
26
+ ],
10
27
"scripts" : {
11
28
"build" : " rollup -c" ,
12
29
"lint" : " pnpm dlx @biomejs/biome lint ." ,
17
34
"test:node" : " tsx src/test.ts"
18
35
},
19
36
"devDependencies" : {
20
- "@biomejs/biome" : " 1.4.1 " ,
37
+ "@biomejs/biome" : " 1.7.3 " ,
21
38
"@rollup/plugin-typescript" : " ^11.1.6" ,
22
- "@types/node" : " ^20.10.6 " ,
23
- "rollup" : " ^4.12 .0" ,
24
- "rollup-plugin-dts" : " ^6.1.0 " ,
39
+ "@types/node" : " ^20.12.12 " ,
40
+ "rollup" : " ^4.18 .0" ,
41
+ "rollup-plugin-dts" : " ^6.1.1 " ,
25
42
"tslib" : " ^2.6.2" ,
26
- "tsx" : " ^4.7.1 " ,
27
- "typescript" : " ^5.3.3 "
43
+ "tsx" : " ^4.11.0 " ,
44
+ "typescript" : " ^5.4.5 "
28
45
}
29
46
}
You can’t perform that action at this time.
0 commit comments