UNPKG

jssuh

Version:
33 lines (32 loc) 654 B
{ "name": "jssuh", "version": "1.6.0", "description": "Reads broodwar replays", "main": "index.js", "files": [ "index.js" ], "scripts": { "lint": "eslint .", "prepublishOnly": "npm run lint && npm run test", "test": "tape ./test/*.js" }, "repository": { "type": "git", "url": "https://github.com/ShieldBattery/jssuh" }, "keywords": [ "starcraft" ], "author": "Markus Heikkinen <ittevien@gmail.com>", "license": "MIT", "dependencies": { "bl": "^6.0.0", "iconv-lite": "^0.6.3", "implode-decoder": "^1.0.1" }, "devDependencies": { "eslint": "^8.30.0", "tape": "^5.6.1" } }