18 lines
267 B
TOML
18 lines
267 B
TOML
telemetry = false
|
|
|
|
[install]
|
|
optional = true
|
|
dev = true
|
|
peer = true
|
|
production = true
|
|
exact = true
|
|
auto = "auto"
|
|
registry = "https://registry.npmjs.org"
|
|
linker = "hoisted"
|
|
|
|
[install.scopes]
|
|
"@techniker-me" = "https://npm.techniker.me"
|
|
|
|
[install.lockfle]
|
|
save = false
|