-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 917 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 917 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
30
31
32
33
34
35
36
37
38
39
40
{
"author": "Vanguard Development Team",
"description": "Simplicity without compromise",
"devDependencies": {
"@biomejs/biome": "2.4.12",
"@commitlint/cli": "20.5.0",
"@commitlint/config-conventional": "20.5.0",
"@commitlint/types": "20.5.0",
"husky": "9.1.7",
"lint-staged": "16.4.0",
"turbo": "2.9.6"
},
"engines": {
"node": ">=22.18.0"
},
"license": "MIT",
"name": "vanguard",
"packageManager": "pnpm@10.0.0",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
},
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/FancyStudioTeam/Vanguard"
},
"scripts": {
"biome:check": "biome check",
"biome:ci": "biome ci",
"biome:write": "biome check --write",
"docker:compose:build": "docker compose build",
"docker:compose:up": "docker compose up -d",
"prepare": "husky",
"turbo:build": "turbo build"
},
"type": "module",
"version": "0.1.0"
}