diff --git a/cycode/cli/consts.py b/cycode/cli/consts.py index c223110b..18939156 100644 --- a/cycode/cli/consts.py +++ b/cycode/cli/consts.py @@ -73,6 +73,7 @@ 'package-lock.json', 'yarn.lock', 'deno.lock', + 'deno.json', 'pnpm-lock.yaml', 'npm-shrinkwrap.json', 'packages.config', @@ -136,6 +137,7 @@ '.npmrc', 'pnpm-lock.yaml', 'deno.lock', + 'deno.json', ], 'nuget': ['packages.config', 'project.assets.json', 'packages.lock.json', 'nuget.config'], 'ruby_gems': ['Gemfile', 'Gemfile.lock'],