Initial commit

This commit is contained in:
Lexi / Zoe 2024-06-06 00:13:41 +02:00
commit 07c3e0e727
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
5 changed files with 779 additions and 0 deletions

12
package.json Normal file
View file

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