2022-04-23 05:47:13 +00:00
|
|
|
{
|
|
|
|
"name": "gte-toolbox-demo",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A testbed for developing a toolbox wrapper around the GTE library",
|
|
|
|
"main": "index.js",
|
|
|
|
"config": {
|
|
|
|
"merlin32": "C:\\Programs\\IIgsXDev\\bin\\Merlin32-1.1.10.exe",
|
|
|
|
"cadius": "C:\\Programs\\IIgsXDev\\bin\\Cadius.exe",
|
|
|
|
"gsport": "C:\\Programs\\gsport\\gsport_0.31\\GSPort.exe",
|
|
|
|
"macros": "../../macros",
|
|
|
|
"crossrunner": "C:\\Programs\\Crossrunner\\Crossrunner.exe"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "npm run build && build-image.bat %npm_package_config_cadius% && %npm_package_config_gsport%",
|
2022-06-21 12:29:18 +00:00
|
|
|
"debug": "%npm_package_config_crossrunner% GTEToolDemo -Source MAINSEG_Output.txt -Debug -CompatibilityLayer -Map App.s",
|
2022-04-25 22:11:48 +00:00
|
|
|
"build": "npm run build:tool && npm run build:sys16",
|
|
|
|
"build:sys16": "%npm_package_config_merlin32% -V %npm_package_config_macros% App.s",
|
|
|
|
"build:tool": "%npm_package_config_merlin32% -V %npm_package_config_macros% ../../src/Master.s"
|
2022-04-23 05:47:13 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/lscharen/iigs-game-engine.git"
|
|
|
|
},
|
|
|
|
"author": "Lucas Scharenbroich",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/lscharen/iigs-game-engine/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/lscharen/iigs-game-engine#readme",
|
|
|
|
"devDependencies": {
|
|
|
|
}
|
|
|
|
}
|