Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created June 15, 2024 14:33
Show Gist options
  • Save tmcw/0a6776d45e2b3762d213b716985cefb9 to your computer and use it in GitHub Desktop.
Save tmcw/0a6776d45e2b3762d213b716985cefb9 to your computer and use it in GitHub Desktop.
import { Draft2019 } from "json-schema-library";
console.log(Draft2019);
{
"type": "module",
"name": "20240613114707-1603",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"json-schema-library": "^9.3.5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment