refactor, add vehicles and classes

add gitignore for node_modules
This commit is contained in:
41666 2022-11-23 15:12:09 -05:00
parent 6bedb26037
commit f5df061b42
19 changed files with 1213 additions and 108 deletions

15
hack/codegen/package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "saerro-codegen",
"version": "1.0.0",
"description": "",
"main": "codegen.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"node-fetch": "^3.3.0"
}
}