Skip to main content
Module

x/velociraptor/test/json/deno.jsonc

The npm-style script runner for Deno
Latest
File
{ // Used to test that --config option is working properly "lint": { "rules": { "exclude": ["no-explicit-any"] } }, /* * Section below contains Velociraptor configuration */ "velociraptor": { "scripts": { "test": "echo '/* Works! */'" } }}