-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 746 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 746 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
{
"name": "ainsel",
"version": "0.0.0",
"private": true,
"license": "Apache-2.0",
"packageManager": "pnpm@9.15.9",
"engines": {
"node": ">=20"
},
"scripts": {
"dev": "pnpm --filter frontend dev",
"build": "pnpm --filter frontend build",
"test": "pnpm --filter frontend test",
"lint": "pnpm --filter frontend lint"
},
"pnpm": {
"auditConfig": {
"ignoreGhsas": [
"GHSA-mh99-v99m-4gvg"
]
},
"overrides": {
"form-data": "^4.0.6",
"ws": "^8.21.0",
"brace-expansion@^5.0.0": "^5.0.9",
"brace-expansion@^1.1.7": "1.1.18",
"minimatch@^9.0.0": "9.0.8",
"postcss": "^8.5.18",
"js-yaml@^4.0.0": "^4.3.1",
"nanoid": "^3.3.17"
}
}
}