Module

x/web_bson/deno.json

web_bson is a fork from mongodb/js-bson
Very Popular
Latest
File
{ "lint": { "files": { "exclude": [ "mod.js", "mod.d.ts" ] } }, "fmt": { "files": { "exclude": [ "mod.js", "mod.d.ts" ] } }, "imports": { "bson-cdn/": "https://unpkg.com/bson@5.0.0/" }, "tasks": { "upgrade": "deno run -A scripts/upgrade.ts" }}