-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 767 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 767 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
{
"name": "nyanhelsing.github.io",
"version": "1.1.27",
"module": "server.js",
"type": "module",
"scripts": {
"dev": "pnpm -r --parallel --stream dev",
"preview": "pnpm -r --parallel --stream preview",
"build": "pnpm -r --parallel --stream build",
"check": "biome check .",
"dist": "node scripts/deploy.mjs",
"fix": "biome check . --apply",
"fix:force": "biome check . --apply-unsafe"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@biomejs/biome": "^1.6.0",
"config": "^3.3.11",
"dotenv": "^16.4.5",
"hygen": "^6.2.11"
},
"devDependencies": {
"glob": "^10.3.10",
"tsx": "^4.7.1"
}
}