@emmercm/chdman-linux-x64
Version:
💿 chdman binaries and wrapper for Node.js.
48 lines (47 loc) • 1.09 kB
JSON
{
"name": "@emmercm/chdman-linux-x64",
"version": "0.287.0",
"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": "d70adfb12c557b2b2fd3c6ef758c7907f2d0006e"
}