UNPKG

@emmercm/maxcso-linux-arm64

Version:

💿 maxcso binaries and wrapper for Node.js.

49 lines (48 loc) • 1.11 kB
{ "name": "@emmercm/maxcso-linux-arm64", "version": "0.1130.11", "os": [ "linux" ], "cpu": [ "arm64" ], "type": "module", "files": [ "dist", "!**/*.tsbuildinfo" ], "main": "dist/index.js", "publishConfig": { "access": "public", "provenance": true }, "scripts": { "build": "tsc --build --verbose && cp maxcso* dist/", "lint": "eslint .", "lint:fix": "eslint . --fix", "prepack": "npm run build && cp -f ../../LICENSE ../../README.md ./", "postpack": "rm ./LICENSE ./README.md" }, "description": "💿 maxcso binaries and wrapper for Node.js.", "keywords": [ "cso", "dax", "isos", "maxcso", "roms", "zso" ], "homepage": "https://github.com/emmercm/maxcso-js", "bugs": { "url": "https://github.com/emmercm/maxcso-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/maxcso-js.git" }, "gitHead": "93a931c20500720ecbe46b5655583035b93f0692" }