@emmercm/maxcso-linux-arm64
Version:
💿 maxcso binaries and wrapper for Node.js.
49 lines (48 loc) • 1.11 kB
JSON
{
"name": "@emmercm/maxcso-linux-arm64",
"version": "0.1130.16",
"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": "9ef5fcc2f489aa697d55aa85c011281ce7ba0412"
}