@emmercm/dolphin-tool-linux-arm64
Version:
🐬 dolphin-tool binaries and wrapper for Node.js.
50 lines (49 loc) • 1.17 kB
JSON
{
"name": "@emmercm/dolphin-tool-linux-arm64",
"version": "0.2503.0",
"os": [
"linux"
],
"cpu": [
"arm64"
],
"type": "module",
"files": [
"dist",
"!**/*.tsbuildinfo"
],
"main": "dist/index.js",
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"build": "tsc --build --verbose && cp dolphin-tool dist/",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepack": "npm run build && cp -f ../../LICENSE ../../README.md ./",
"postpack": "rm ./LICENSE ./README.md"
},
"description": "🐬 dolphin-tool binaries and wrapper for Node.js.",
"keywords": [
"dolphin",
"dolphin-tool",
"gcz",
"isos",
"roms",
"rvz",
"wia"
],
"homepage": "https://github.com/emmercm/dolphin-tool-js",
"bugs": {
"url": "https://github.com/emmercm/dolphin-tool-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/dolphin-tool-js.git"
},
"gitHead": "6d9036333be5f041508d29dba273e8280eea1fe5"
}