-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbackup.json
48 lines (48 loc) · 1.46 KB
/
backup.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
{
"$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-check": "bunx @biomejs/biome lint ./src",
"lint-ci": "bunx @biomejs/biome ci ./src",
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "biome check ./src --apply",
"lint:ci": "biome check ./src",
"clean": "bun clean-cache && bun clean-deps",
"clean-cache": "bun pm cache rm",
"clean-deps": "rm -rf ./node_modules"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/starlight": "^0.21.2",
"astro": "^4.3.5",
"sharp": "^0.32.5"
},
"devDependencies": {
"@asyncapi/modelina": "^3.4.5",
"@biomejs/biome": "1.6.3",
"@happy-dom/global-registrator": "^14.3.9",
"@tsconfig/node20": "^20.1.3",
"@types/bun": "latest",
"git-cliff": "^2.1.2",
"inline-css": "^4.0.2",
"just-install": "^2.0.1",
"lefthook": "^1.6.7"
},
"peerDependencies": {
"typescript": "^5.4.3"
},
"packageManager": "^[email protected]",
"engines": {
"node": "v20.11.1"
}
}