{
  "name": "bw-chk",
  "version": "1.4.0",
  "description": "Parses uncompressed Broodwar map files (scenario.chk).",
  "main": "./index.js",
  "types": "./index.d.ts",
  "engines": {
    "node": ">= 12.17.0"
  },
  "scripts": {
    "lint": "eslint .",
    "prepublishOnly": "npm run lint && npm run test",
    "test": "node ./test/test.mjs"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ShieldBattery/bw-chk"
  },
  "keywords": [
    "scenario.chk",
    "starcraft"
  ],
  "author": "Markus Heikkinen <ittevien@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "bl": "^6.0.0",
    "iconv-lite": "^0.6.2"
  },
  "devDependencies": {
    "async": "^3.2.4",
    "copyfiles": "^2.4.1",
    "eslint": "^8.30.0",
    "glob": "^8.0.3",
    "pngjs": "^6.0.0",
    "rimraf": "^3.0.2",
    "scm-extractor": "^1.0.6",
    "tape": "^5.6.1"
  }
}
