{
  "name": "win32",
  "version": "8.0.0",
  "type": "module",
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
  "description": "Windows specific node functions",
  "homepage": "http://github.com/coderaiser/win32",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coderaiser/win32.git"
  },
  "main": "lib/win32.js",
  "scripts": {
    "lint": "madrun lint",
    "fresh:lint": "madrun fresh:lint",
    "lint:fresh": "madrun lint:fresh",
    "fix:lint": "madrun fix:lint",
    "test": "madrun test",
    "watch:coverage": "madrun watch:coverage",
    "watch:test": "madrun watch:test",
    "report": "madrun report",
    "coverage": "madrun coverage"
  },
  "license": "MIT",
  "dependencies": {
    "fullstore": "^4.0.0",
    "iconv-lite": "^0.7.2",
    "mellow": "^3.0.0",
    "pullout": "^5.0.1",
    "redzip": "^4.0.1",
    "through2": "^4.0.2"
  },
  "devDependencies": {
    "c8": "^10.1.3",
    "eslint": "^10.0.0",
    "eslint-plugin-putout": "^30.0.3",
    "madrun": "^12.1.3",
    "putout": "^41.21.1",
    "supertape": "^12.5.0"
  },
  "engines": {
    "node": ">=22"
  },
  "publishConfig": {
    "access": "public"
  }
}
