forked from toybreaker/binastrocle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 772 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 772 Bytes
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
{
"name": "binastrocle",
"version": "1.0.0",
"private": true,
"license": "UNLICENSED",
"scripts": {
"format": "biome format --write ./src",
"lint": "biome lint ./src",
"dev": "astro dev --open",
"check": "astro check --watch & astro dev",
"build": "astro build --force",
"buildv": "astro build --verbose",
"builddev": "astro build --devOutput",
"buildwithtest": "astro check && tsc --noEmit && astro build",
"preview": "astro preview",
"astro": "astro",
"upg": "npx @astrojs/upgrade"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"astro": "^5.13.11",
"sharp": "^0.34.4",
"typescript": "^5.9.2"
},
"devDependencies": {
"@biomejs/biome": "^2.2.4"
},
"packageManager": "pnpm@10.17.0"
}