UNPKG

opll2opl

Version:
40 lines (39 loc) 851 B
{ "name": "opll2opl", "version": "1.3.2", "description": "VGM converter from OPLL to OPLx", "bin": "dist/cmd.js", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "keywords": [ "VGM", "YM2413", "YM3812", "YM3526", "Y8950", "YMF262", "AY-3-8910" ], "author": "Mitsutaka Okazaki", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/digital-sound-antiques/opll2opl.git" }, "dependencies": { "yargs": "^14.2.0" }, "devDependencies": { "@types/node": "^12.0.12", "@types/yargs": "^13.0.3", "prettier": "^1.17.0", "ts-node": "^8.1.0", "tslint": "^5.16.0", "tslint-config-prettier": "^1.18.0", "tslint-plugin-prettier": "^2.0.1", "typescript": "^3.4.5" } }