forked from docmirror/dev-sidecar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 866 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 866 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
41
{
"name": "dev-sidecar-parent",
"type": "module",
"private": false,
"packageManager": "pnpm@9.13.2",
"author": "Greper",
"license": "MPL-2.0",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^3.16.0",
"eslint": "^9.10.0",
"eslint-plugin-format": "^0.1.3"
},
"pnpm": {
"overrides": {
"axios": ">=1.18.1",
"brace-expansion": ">=2.1.0",
"cross-spawn": ">=7.0.5",
"dns-packet": ">=5.6.1",
"form-data": ">=4.0.6",
"hoek": "npm:@hapi/hoek@>=10.0.0",
"ip": ">=2.0.1",
"minimist": ">=1.2.6",
"qs": ">=6.15.3",
"tough-cookie": ">=4.1.3 <5.0.0"
},
"supportedArchitectures": {
"os": [
"current"
],
"cpu": [
"x64",
"arm64",
"ia32"
]
}
}
}