-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.ncurc.json
More file actions
44 lines (44 loc) · 1.07 KB
/
.ncurc.json
File metadata and controls
44 lines (44 loc) · 1.07 KB
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
42
43
44
{
"$schema": "https://raw.githubusercontent.com/raineorshine/npm-check-updates/main/src/types/RunOptions.json",
"cache": true,
"cacheClear": false,
"cacheExpiration": 60,
"color": true,
"concurrency": 8,
"configFileName": ".ncurc.json",
"configFilePath": "./",
"cooldown": "15m",
"deep": false,
"dep": ["prod", "dev", "optional", "packageManager"],
"deprecated": true,
"doctor": false,
"doctorInstall": "npm run install --force",
"doctorTest": "npm run test",
"enginesNode": false,
"errorLevel": 1,
"format": ["group", "dep", "ownerChanged", "time", "homepage"],
"global": false,
"install": "never",
"interactive": true,
"jsonAll": false,
"jsonDeps": false,
"jsonUpgraded": false,
"loglevel": "warn",
"mergeConfig": true,
"minimal": false,
"packageFile": "./package.json",
"packageManager": "npm",
"peer": false,
"pre": false,
"registry": "https://registry.npmjs.org/",
"registryType": "npm",
"removeRange": false,
"retry": 3,
"root": true,
"silent": false,
"target": "latest",
"timeout": 0,
"upgrade": true,
"verbose": false,
"workspaces": false
}