-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 3.82 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"$schema": "https://json.schemastore.org/package",
"name": "sln-spellbook",
"version": "0.0.1",
"type": "module",
"scripts": {
"styleuse": "doiuse --browsers 'ie >= 9, > 1%, last 2 versions' main.css --json",
"styleuse-cat": "cat main.css | doiuse --browsers 'ie >= 9, > 1%, last 2 versions'",
"validate": "bun lint && bun format && bun test && bun run build",
"format": "bunx @biomejs/biome format --write ./src",
"lint-ci": "bunx @biomejs/biome ci ./src",
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"scc-ci": "scc --format-multi 'wide:stdout,html:reports/size/output.html,json:reports/size/output.json,csv:reports/size/output.csv'",
"scc": "scc --ci --format-multi tabular:stdout,html:reports/code-stats-ci.html,html-table:reports/code-stats-table-ci.html,json2:reports/code-stats-ci.json -i js,ts,jsx,tsx,c#,html,css",
"p-d": "oha --disable-keepalive --latency-correction --no-pre-lookup -j --no-tui --stats-success-breakdown -t 60sec -q 10000 -c 800 -n 1000000 -z 3sec http://localhost:4321/sln-spellbook > reports/ddos-api-perf-report-stats.json",
"p-js": "oha --disable-keepalive --latency-correction --no-pre-lookup -j --no-tui --stats-success-breakdown -t 60sec -q 1000 -n 10000 http://localhost:4321/sln-spellbook > reports/api-perf-report-stats.json",
"p-ten": "oha --disable-keepalive --latency-correction --no-pre-lookup -j --no-tui -t 60sec -q 10000 -n 1000000 -z 10sec http://localhost:4321/sln-spellbook > reports/ddos-api-perf-report.json",
"p-r": "oha --disable-keepalive --latency-correction --no-pre-lookup -j --no-tui -t 10sec -q 100 -z 3sec http://localhost:4321/sln-spellbook > reports/api-perf-report.json",
"p-l": "oha --disable-keepalive --latency-correction --no-pre-lookup -j --no-tui -t 60sec -c 50 -q 100 http://localhost:4321/sln-spellbook > reports/latest-perf-report.json",
"l-b": "oha --disable-keepalive --latency-correction --no-pre-lookup -t 60sec -q 100 -n 100 http://localhost:4321/sln-spellbook",
"l-s": "oha --disable-keepalive --latency-correction --no-pre-lookup --stats-success-breakdown -t 60sec -q 100 -n 100 http://localhost:4321/sln-spellbook",
"l": "oha --disable-keepalive --latency-correction --no-pre-lookup -t 10sec -n 100 http://localhost:4321/sln-spellbook",
"b": "bun benchmarks/benchmark.ts",
"lint": "biome check ./src --apply",
"lint:ci": "biome check ./src",
"cs": "changeset status --since=main",
"clean": "bun clean-cache && bun clean-deps",
"clean-cache": "bun pm cache rm",
"clean-deps": "rm -rf ./node_modules"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/starlight": "^0.24.4",
"astro": "^4.11.0",
"sharp": "^0.33.3"
},
"devDependencies": {
"@antfu/ni": "^0.21.12",
"@asyncapi/modelina": "3.6.0",
"@biomejs/biome": "1.8.2",
"@changesets/cli": "2.27.5",
"@happy-dom/global-registrator": "14.12.3",
"@manypkg/cli": "^0.21.4",
"@projectwallace/css-analyzer": "5.15.0",
"@tsconfig/node20": "^20.1.4",
"@types/bun": "*",
"cmd-ts": "^0.13.0",
"code-inspector-plugin": "0.14.2",
"crawlee": "3.10.5",
"execa": "9.2.0",
"git-cliff": "2.3.0",
"inline-css": "^4.0.2",
"just-install": "^2.0.1",
"lefthook": "1.6.17",
"open-props": "^1.7.4",
"playwright": "1.44.1",
"reveal.js": "^5.1.0",
"tinybench": "^2.8.0",
"ts-dedent": "^2.2.0",
"type-fest": "4.20.1",
"wallace-cli": "^3.0.0"
},
"peerDependencies": {
"typescript": "^5.4.3"
},
"trustedDependencies": [
"@biomejs/biome",
"@hyperjump/json-pointer",
"@hyperjump/json-schema",
"@hyperjump/json-schema-core",
"@hyperjump/pact",
"@swc/core",
"esbuild",
"just-install",
"lefthook",
"protobufjs",
"sharp"
]
}