{"library":"whocallsthefleet-database","install":[{"cmd":"npm install whocallsthefleet-database","imports":["import Datastore from 'nedb'; // or '@seald-io/nedb'","import Datastore from '@seald-io/nedb';\nconst db = new Datastore({ filename: './node_modules/whocallsthefleet-database/db.json', autoload: true });","import Datastore from '@seald-io/nedb';\nconst db = new Datastore({ filename: './node_modules/whocallsthefleet-database/db.json' });\nawait db.loadDatabaseAsync(); // Using the async/Promise API from @seald-io/nedb"]},{"cmd":"yarn add whocallsthefleet-database","imports":[]},{"cmd":"pnpm add whocallsthefleet-database","imports":[]}]}