jams_logger
Version:
A RPG Maker MZ plugin creates a log in both console and logger.txt
31 lines (30 loc) • 747 B
JSON
{
"name": "jams_logger",
"version": "0.1.3",
"description": "A RPG Maker MZ plugin creates a log in both console and logger.txt",
"main": "final/Jams_logger.js",
"dependencies": {
"chai": "^4.3.7",
"cpx": "^1.5.0",
"minify": "^10.3.0",
"mocha": "^10.2.0",
"nw": "^0.78.0-sdk",
"rmmz-game-template": "^1.0.0"
},
"scripts": {
"build": "build.bat",
"start": "start.bat",
"clean": "clean.bat"
},
"repository": {
"type": "git",
"url": "https://dev.azure.com/StephensDev/RPG%20Maker%20-%20Jams%20Plugin/_git/RPG%20Maker%20-%20Logger%20Plugin"
},
"keywords": [
"RPG",
"Maker",
"MZ"
],
"author": "James Michael Stephens",
"license": "MIT"
}