Skip to content

Commit 7a29969

Browse files
committed
style(packages): apply consistent formatting to package.json files
1 parent 9a4535b commit 7a29969

3 files changed

Lines changed: 55 additions & 54 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
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"

packages/core/package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
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
}
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
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
}

0 commit comments

Comments
 (0)