Add Ergogen config (points and outlines)

This commit is contained in:
Lexi / Zoe 2024-02-17 01:45:53 +01:00
parent c79f6f86df
commit db8e2af1ed
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
4 changed files with 688 additions and 0 deletions

12
package.json Normal file
View file

@ -0,0 +1,12 @@
{
"name": "eepyboard",
"author": "binaryDiv <eepyboard@binarydiv.dev>",
"description": "Dependencies to generate files for the eepyBoard (not an actual node project).",
"private": true,
"scripts": {
"ergogen": "ergogen -o ergogen/output ergogen/eepyboard.yml"
},
"dependencies": {
"ergogen": "4.0.5"
}
}