// this package will require a subpath like "ajv/dist/compile/codegen"
// and also get the parent directory index.js file using require("..")
import Ajv from "npm:ajv@~8.11";
import addFormats from "npm:ajv-formats@2.1.1";
import from "npm:chai@4.3";
const ajv = ;
;
const schema = ;
const validate = ajv.;
...;
...;
console.log;