node-json-db
node-json-db copied to clipboard
Deno compatibility
Please, make it compatible with Deno (Node JS competitor) http://deno.land/
You can use npm modules in a Deno project:
import { Config, JsonDB } from 'npm:node-json-db';
(You probably will need to run Deno to "download" the module)