Skip to content

Commit 1902eba

Browse files
committed
style: format package.json files with biome
1 parent ce5a8ef commit 1902eba

File tree

28 files changed

+1140
-1140
lines changed

28 files changed

+1140
-1140
lines changed

packages/synth-css/package.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
"name": "@sylphx/synth-css",
3-
"version": "0.2.3",
4-
"description": "CSS3 parser using Synth's universal AST - hand-written, zero dependencies",
5-
"type": "module",
6-
"main": "./dist/index.js",
7-
"types": "./dist/index.d.ts",
8-
"exports": {
9-
".": {
10-
"types": "./dist/index.d.ts",
11-
"import": "./dist/index.js"
12-
}
13-
},
14-
"scripts": {
15-
"test": "bun test",
16-
"test:watch": "bun test --watch",
17-
"build": "bunup",
18-
"prepack": "bun run build"
19-
},
20-
"keywords": [
21-
"css",
22-
"css3",
23-
"parser",
24-
"ast",
25-
"synth",
26-
"stylesheet",
27-
"selector",
28-
"hand-written"
29-
],
30-
"author": "SylphX",
31-
"license": "MIT",
32-
"dependencies": {
33-
"@sylphx/synth": "workspace:*"
34-
},
35-
"devDependencies": {
36-
"typescript": "^5.6.0"
37-
}
2+
"name": "@sylphx/synth-css",
3+
"version": "0.2.3",
4+
"description": "CSS3 parser using Synth's universal AST - hand-written, zero dependencies",
5+
"type": "module",
6+
"main": "./dist/index.js",
7+
"types": "./dist/index.d.ts",
8+
"exports": {
9+
".": {
10+
"types": "./dist/index.d.ts",
11+
"import": "./dist/index.js"
12+
}
13+
},
14+
"scripts": {
15+
"test": "bun test",
16+
"test:watch": "bun test --watch",
17+
"build": "bunup",
18+
"prepack": "bun run build"
19+
},
20+
"keywords": [
21+
"css",
22+
"css3",
23+
"parser",
24+
"ast",
25+
"synth",
26+
"stylesheet",
27+
"selector",
28+
"hand-written"
29+
],
30+
"author": "SylphX",
31+
"license": "MIT",
32+
"dependencies": {
33+
"@sylphx/synth": "workspace:*"
34+
},
35+
"devDependencies": {
36+
"typescript": "^5.6.0"
37+
}
3838
}

packages/synth-docs/package.json

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
2-
"name": "@sylphx/synth-docs",
3-
"version": "0.2.3",
4-
"description": "Documentation generator for Synth AST - extract docs from any language",
5-
"type": "module",
6-
"main": "./dist/index.js",
7-
"types": "./dist/index.d.ts",
8-
"exports": {
9-
".": {
10-
"types": "./dist/index.d.ts",
11-
"import": "./dist/index.js"
12-
}
13-
},
14-
"files": [
15-
"dist",
16-
"src",
17-
"README.md"
18-
],
19-
"scripts": {
20-
"test": "bun test",
21-
"typecheck": "tsc --noEmit",
22-
"build": "bunup",
23-
"prepack": "bun run build"
24-
},
25-
"keywords": [
26-
"docs",
27-
"documentation",
28-
"generator",
29-
"ast",
30-
"synth",
31-
"jsdoc",
32-
"markdown"
33-
],
34-
"author": "Synth",
35-
"license": "MIT",
36-
"dependencies": {
37-
"@sylphx/synth": "workspace:*"
38-
},
39-
"devDependencies": {
40-
"@types/bun": "latest",
41-
"typescript": "^5.6.0"
42-
}
2+
"name": "@sylphx/synth-docs",
3+
"version": "0.2.3",
4+
"description": "Documentation generator for Synth AST - extract docs from any language",
5+
"type": "module",
6+
"main": "./dist/index.js",
7+
"types": "./dist/index.d.ts",
8+
"exports": {
9+
".": {
10+
"types": "./dist/index.d.ts",
11+
"import": "./dist/index.js"
12+
}
13+
},
14+
"files": [
15+
"dist",
16+
"src",
17+
"README.md"
18+
],
19+
"scripts": {
20+
"test": "bun test",
21+
"typecheck": "tsc --noEmit",
22+
"build": "bunup",
23+
"prepack": "bun run build"
24+
},
25+
"keywords": [
26+
"docs",
27+
"documentation",
28+
"generator",
29+
"ast",
30+
"synth",
31+
"jsdoc",
32+
"markdown"
33+
],
34+
"author": "Synth",
35+
"license": "MIT",
36+
"dependencies": {
37+
"@sylphx/synth": "workspace:*"
38+
},
39+
"devDependencies": {
40+
"@types/bun": "latest",
41+
"typescript": "^5.6.0"
42+
}
4343
}
Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
2-
"name": "@sylphx/synth-graphql",
3-
"version": "0.2.3",
4-
"description": "GraphQL parser using Synth's universal AST",
5-
"type": "module",
6-
"main": "./dist/index.js",
7-
"types": "./dist/index.d.ts",
8-
"exports": {
9-
".": {
10-
"types": "./dist/index.d.ts",
11-
"import": "./dist/index.js"
12-
}
13-
},
14-
"files": [
15-
"dist",
16-
"src",
17-
"README.md"
18-
],
19-
"scripts": {
20-
"test": "bun test",
21-
"typecheck": "tsc --noEmit",
22-
"build": "bunup",
23-
"prepack": "bun run build"
24-
},
25-
"keywords": [
26-
"graphql",
27-
"parser",
28-
"ast",
29-
"synth",
30-
"schema",
31-
"query"
32-
],
33-
"author": "Synth",
34-
"license": "MIT",
35-
"dependencies": {
36-
"@sylphx/synth": "workspace:*",
37-
"graphql": "^16.9.0"
38-
},
39-
"devDependencies": {
40-
"@types/bun": "latest",
41-
"typescript": "^5.6.0"
42-
}
2+
"name": "@sylphx/synth-graphql",
3+
"version": "0.2.3",
4+
"description": "GraphQL parser using Synth's universal AST",
5+
"type": "module",
6+
"main": "./dist/index.js",
7+
"types": "./dist/index.d.ts",
8+
"exports": {
9+
".": {
10+
"types": "./dist/index.d.ts",
11+
"import": "./dist/index.js"
12+
}
13+
},
14+
"files": [
15+
"dist",
16+
"src",
17+
"README.md"
18+
],
19+
"scripts": {
20+
"test": "bun test",
21+
"typecheck": "tsc --noEmit",
22+
"build": "bunup",
23+
"prepack": "bun run build"
24+
},
25+
"keywords": [
26+
"graphql",
27+
"parser",
28+
"ast",
29+
"synth",
30+
"schema",
31+
"query"
32+
],
33+
"author": "Synth",
34+
"license": "MIT",
35+
"dependencies": {
36+
"@sylphx/synth": "workspace:*",
37+
"graphql": "^16.9.0"
38+
},
39+
"devDependencies": {
40+
"@types/bun": "latest",
41+
"typescript": "^5.6.0"
42+
}
4343
}

packages/synth-html/package.json

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
11
{
2-
"name": "@sylphx/synth-html",
3-
"version": "0.2.3",
4-
"description": "High-performance HTML5 parser for Synth - streaming-capable with language-agnostic AST",
5-
"type": "module",
6-
"main": "./dist/index.js",
7-
"types": "./dist/index.d.ts",
8-
"exports": {
9-
".": {
10-
"types": "./dist/index.d.ts",
11-
"import": "./dist/index.js"
12-
}
13-
},
14-
"scripts": {
15-
"dev": "bun build src/index.ts --outdir dist --target node --format esm --watch",
16-
"test": "bun test",
17-
"test:watch": "bun test --watch",
18-
"bench": "bun bench",
19-
"build": "bunup",
20-
"prepack": "bun run build"
21-
},
22-
"keywords": [
23-
"html",
24-
"html5",
25-
"parser",
26-
"ast",
27-
"dom",
28-
"fast",
29-
"performance",
30-
"streaming",
31-
"synth"
32-
],
33-
"author": "",
34-
"license": "MIT",
35-
"dependencies": {
36-
"@sylphx/synth": "workspace:*"
37-
},
38-
"devDependencies": {
39-
"@types/node": "^22.0.0",
40-
"typescript": "^5.6.0"
41-
},
42-
"files": [
43-
"dist",
44-
"src",
45-
"README.md"
46-
],
47-
"publishConfig": {
48-
"access": "public"
49-
}
2+
"name": "@sylphx/synth-html",
3+
"version": "0.2.3",
4+
"description": "High-performance HTML5 parser for Synth - streaming-capable with language-agnostic AST",
5+
"type": "module",
6+
"main": "./dist/index.js",
7+
"types": "./dist/index.d.ts",
8+
"exports": {
9+
".": {
10+
"types": "./dist/index.d.ts",
11+
"import": "./dist/index.js"
12+
}
13+
},
14+
"scripts": {
15+
"dev": "bun build src/index.ts --outdir dist --target node --format esm --watch",
16+
"test": "bun test",
17+
"test:watch": "bun test --watch",
18+
"bench": "bun bench",
19+
"build": "bunup",
20+
"prepack": "bun run build"
21+
},
22+
"keywords": [
23+
"html",
24+
"html5",
25+
"parser",
26+
"ast",
27+
"dom",
28+
"fast",
29+
"performance",
30+
"streaming",
31+
"synth"
32+
],
33+
"author": "",
34+
"license": "MIT",
35+
"dependencies": {
36+
"@sylphx/synth": "workspace:*"
37+
},
38+
"devDependencies": {
39+
"@types/node": "^22.0.0",
40+
"typescript": "^5.6.0"
41+
},
42+
"files": [
43+
"dist",
44+
"src",
45+
"README.md"
46+
],
47+
"publishConfig": {
48+
"access": "public"
49+
}
5050
}

0 commit comments

Comments
 (0)