Publish Forma Engine 0.3.0 source with documentation and CI
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user