{ "name": "bwpreview", "version": "0.1.0", "description": "Utility for generating preview images of StarCraft: Brood War and Remastered maps", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "index.js", "license.md", "package.json", "readme.md", "/cli", "/lib", "/resources" ], "author": "", "license": "MIT", "engines": { "node": ">=15" }, "bin": { "bwpreview": "cli/index.js" }, "keywords": [ "StarCraft", "StarCraft: Remastered", "StarCraft: Brood War" ], "dependencies": { "argparse": "^2.0.1", "bw-chk": "^1.3.0", "fast-glob": "^3.2.11", "filenamify": "^4.3.0", "filesize": "^8.0.7", "lodash.pick": "^4.4.0", "scm-extractor": "^1.0.6", "sctoolsdata": "^0.1.4", "sharp": "^0.30.3" } }