{
  "name": "@emmercm/chdman-linux-x64",
  "version": "0.287.1",
  "os": [
    "linux"
  ],
  "cpu": [
    "x64"
  ],
  "type": "module",
  "files": [
    "dist",
    "!**/*.tsbuildinfo"
  ],
  "main": "dist/index.js",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "tsc --build --verbose && cp chdman* dist/",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "prepack": "npm run build && cp -f ../../LICENSE ../../README.md ./",
    "postpack": "rm ./LICENSE ./README.md"
  },
  "description": "💿 chdman binaries and wrapper for Node.js.",
  "keywords": [
    "chd",
    "chdman",
    "isos",
    "mame",
    "roms"
  ],
  "homepage": "https://github.com/emmercm/chdman-js",
  "bugs": {
    "url": "https://github.com/emmercm/chdman-js/issues"
  },
  "license": "GPL-3.0-or-later",
  "author": "Christian Emmer",
  "funding": "https://github.com/sponsors/emmercm",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/emmercm/chdman-js.git"
  },
  "gitHead": "df59d423dfc558b7829179605246fccc78a4a78e"
}
