Publish Forma Engine 0.3.0 source with documentation and CI

This commit is contained in:
emil28092005
2026-09-09 15:49:08 +03:00
commit e52bc0e33b
70 changed files with 19610 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "forma-native-builder",
"version": "0.2.0",
"private": true,
"type": "module",
"description": "Optional desktop toolchain for Forma game builds",
"engines": {
"node": ">=22.13.0"
},
"scripts": {
"build": "node build.mjs",
"doctor": "node build.mjs --doctor"
},
"devDependencies": {
"electron": "44.3.0",
"electron-builder": "26.15.3"
}
}