Initial build.

This commit is contained in:
dcooperdalrymple
2024-06-06 13:07:22 -05:00
commit 544cc6aa9a
24 changed files with 3419 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "ogre-schema",
"title": "OgreSchema",
"version": "0.1.0",
"author": "CleverOgre",
"license": "GPL-3.0+",
"keywords": [],
"engines": {
"node": ">=6.9.4",
"npm": ">=1.1.0"
}
}