iigs-game-engine/package.json
2018-08-04 22:48:14 -05:00

31 lines
1.0 KiB
JSON

{
"name": "iigs-game-engine",
"version": "1.0.0",
"description": "A game engine for the Applie IIgs written in 65816 assembly language",
"main": "index.js",
"config": {
"merlin32": "C:\\Programs\\IIgsXDev\\bin\\Merlin32.exe",
"cadius": "C:\\Programs\\IIgsXDev\\bin\\Cadius.exe"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run build:tool && npm run build:copy",
"build:copy": "%npm_package_config_cadius% ADDFILE emu\\Target.2mg /GTEDEV/GTETool src\\GTETool",
"build:tool": "%npm_package_config_merlin32% -V macros src/Tool.s",
"build:watch": "watch \"npm run build\" src"
},
"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": {
"watch": "latest"
}
}