File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 "scripts" : {
2121 "test" : " bun test" ,
2222 "type-check" : " tsc --noEmit" ,
23+ "lint" : " biome " ,
2324 "syncpack:list" : " syncpack list-mismatches" ,
2425 "syncpack:fix" : " syncpack fix-mismatches" ,
2526 "install:clean" : " bun pm cache rm && bunx rimraf bun.lock bun.lockb && bun install"
Original file line number Diff line number Diff line change 11{
2- "name" : " @thaterror/core" ,
3- "version" : " 0.3.0" ,
4- "description" : " " ,
5- "main" : " src/index.ts" ,
6- "type" : " module" ,
7- "licenses" : [
8- {
9- "url" : " https://github.com/tarnishablec/thaterror/blob/main/LICENSE"
2+ "name" : " @thaterror/core" ,
3+ "version" : " 0.3.0" ,
4+ "description" : " " ,
5+ "main" : " src/index.ts" ,
6+ "type" : " module" ,
7+ "licenses" : [
8+ {
9+ "url" : " https://github.com/tarnishablec/thaterror/blob/main/LICENSE"
10+ }
11+ ],
12+ "repository" : {
13+ "type" : " git" ,
14+ "url" : " https://github.com/tarnishablec/thaterror.git"
15+ },
16+ "exports" : {
17+ "." : {
18+ "import" : " ./src/index.ts"
19+ }
20+ },
21+ "files" : [
22+ " src" ,
23+ " package.json" ,
24+ " README.md"
25+ ],
26+ "devDependencies" : {
27+ "hono" : " ^4.11.3" ,
28+ "neverthrow" : " ^8.2.0" ,
29+ "pino" : " ^10.1.0"
30+ },
31+ "publishConfig" : {
32+ "access" : " public"
1033 }
11- ],
12- "repository" : {
13- "type" : " git" ,
14- "url" : " https://github.com/tarnishablec/thaterror.git"
15- },
16- "exports" : {
17- "." : {
18- "import" : " ./src/index.ts"
19- }
20- },
21- "files" : [
22- " src" ,
23- " package.json" ,
24- " README.md"
25- ],
26- "devDependencies" : {
27- "hono" : " ^4.11.3" ,
28- "neverthrow" : " ^8.2.0" ,
29- "pino" : " ^10.1.0"
30- },
31- "publishConfig" : {
32- "access" : " public"
33- }
3434}
Original file line number Diff line number Diff line change 11{
2- "name" : " @thaterror/pino-serializer" ,
3- "version" : " 0.3.0" ,
4- "module" : " src/index.ts" ,
5- "type" : " module" ,
6- "private" : true ,
7- "devDependencies" : {
8- "@types/bun" : " latest"
9- },
10- "main" : " src/index.ts" ,
11- "exports" : {
12- "." : {
13- "default" : " ./src/index.ts"
2+ "name" : " @thaterror/pino-serializer" ,
3+ "version" : " 0.3.0" ,
4+ "module" : " src/index.ts" ,
5+ "type" : " module" ,
6+ "private" : true ,
7+ "devDependencies" : {
8+ "@types/bun" : " latest"
9+ },
10+ "main" : " src/index.ts" ,
11+ "exports" : {
12+ "." : {
13+ "default" : " ./src/index.ts"
14+ }
15+ },
16+ "files" : [
17+ " src" ,
18+ " package.json" ,
19+ " README.md"
20+ ],
21+ "peerDependencies" : {
22+ "pino" : " ^10.1.0" ,
23+ "typescript" : " ^5.9.3" ,
24+ "@thaterror/core" : " workspace:*"
1425 }
15- },
16- "files" : [
17- " src" ,
18- " package.json" ,
19- " README.md"
20- ],
21- "peerDependencies" : {
22- "pino" : " ^10.1.0" ,
23- "typescript" : " ^5.9.3" ,
24- "@thaterror/core" : " workspace:*"
25- }
2626}
You can’t perform that action at this time.
0 commit comments