UNPKG

@dada78641/bwmapimage

Version:

Generates images of StarCraft: Brood War and Remastered maps

36 lines (35 loc) 732 B
{ "name": "@dada78641/bwmapimage", "version": "2.0.0", "description": "Generates images of StarCraft: Brood War and Remastered maps", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "lib/", "index.js", "package.json", "license.md", "readme.md" ], "keywords": [ "StarCraft", "StarCraft: Remastered", "StarCraft: Brood War" ], "publishConfig": { "access": "public" }, "author": "", "license": "MIT", "dependencies": { "@dada78641/bwtoolsdata": "^1.4.0", "bw-chk": "^1.3.0", "jssuh": "^1.6.0", "scm-extractor": "^1.0.6", "sharp": "^0.33.0", "xxhashjs": "^0.2.2" } }