igir
Version:
🕹 A zero-setup ROM collection manager that sorts, filters, extracts or archives, patches, and reports on collections of any size on any OS.
162 lines (161 loc) • 4.95 kB
JSON
{
"name": "igir",
"version": "4.1.2",
"description": "🕹 A zero-setup ROM collection manager that sorts, filters, extracts or archives, patches, and reports on collections of any size on any OS.",
"keywords": [
"1g1r",
"analogue-pocket",
"anbernic",
"batocera",
"cmpro",
"emulation",
"fpga",
"logiqx",
"mame",
"mister",
"no-intro",
"recalbox",
"redump",
"retroarch",
"retropie",
"roms",
"rvzstd",
"torrentzip",
"tosec"
],
"homepage": "https://igir.io/",
"bugs": {
"url": "https://github.com/emmercm/igir/issues"
},
"license": "GPL-3.0-or-later",
"author": "Christian Emmer",
"funding": "https://github.com/sponsors/emmercm",
"type": "module",
"files": [
"dist/",
"postinstall.mjs",
"!**/test/**",
"!**/*.test.*",
"!**/jest.*"
],
"main": "dist/index.js",
"bin": {
"igir": "dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emmercm/igir.git"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"cache:clear": "npm cache clean --force && node --experimental-vm-modules ./node_modules/jest/bin/jest.js --clearCache",
"install:hold": "node --loader ts-node/esm scripts/installHold.ts",
"postinstall": "node postinstall.mjs",
"start": "node --loader ts-node/esm index.ts",
"build": "node --loader ts-node/esm scripts/build.ts",
"package": "npm run build && node --loader ts-node/esm scripts/package.ts",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "npm run test:unit && npm run lint",
"test:unit": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
"test:coverage": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --coverage",
"test:handles": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --detectOpenHandles",
"bump:major": "npm version major --no-git-tag-version && npm run update:readme",
"bump:minor": "npm version minor --no-git-tag-version && npm run update:readme",
"bump:patch": "npm version patch --no-git-tag-version && npm run update:readme",
"update:readme": "./scripts/update-readme-help.sh",
"prepack": "npm run build && npm run update:readme -- 72",
"postpack": "npm run update:readme",
"docs:serve": "mkdocs serve"
},
"dependencies": {
"@fast-csv/format": "5.0.2",
"@fast-csv/parse": "5.0.2",
"@gplane/cue": "0.2.0",
"@node-rs/crc32": "1.10.6",
"7zip-min": "2.1.0",
"async": "3.2.6",
"async-mutex": "0.5.0",
"chalk": "5.4.1",
"chdman": "0.278.0",
"class-transformer": "0.5.1",
"dolphin-tool": "0.2506.0",
"fast-glob": "3.3.3",
"fast-xml-parser": "5.2.5",
"graceful-fs": "4.2.11",
"is-admin": "4.0.0",
"is-unicode-supported": "2.1.0",
"junk": "4.0.1",
"maxcso": "0.1130.11",
"micromatch": "4.0.8",
"moment": "2.30.1",
"node-addon-api": "8.4.0",
"node-disk-info": "1.3.0",
"node-gyp": "11.2.0",
"node-gyp-build": "4.8.4",
"node-unrar-js": "2.0.2",
"reflect-metadata": "0.2.2",
"semver": "7.7.2",
"simple-statistics": "7.8.8",
"strip-ansi": "7.1.0",
"tar": "7.4.3",
"terminal-size": "4.0.0",
"trash": "9.0.0",
"typescript-memoize": "1.1.1",
"wrap-ansi": "9.0.0",
"xml2js": "0.6.2",
"yargs": "17.7.2",
"zstd-napi": "0.0.12"
},
"devDependencies": {
"@jest/globals": "29.7.0",
"@types/async": "3.2.24",
"@types/cli-progress": "3.11.6",
"@types/graceful-fs": "4.1.9",
"@types/jest": "30.0.0",
"@types/micromatch": "4.0.9",
"@types/node": "22.16.0",
"@types/semver": "7.7.0",
"@types/which": "3.0.4",
"@types/xml2js": "0.4.14",
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "8.38.0",
"@typescript-eslint/parser": "8.38.0",
"auto-changelog": "2.5.0",
"caxa": "3.0.1",
"esbuild": "0.25.5",
"eslint": "9.31.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jest": "28.14.0",
"eslint-plugin-jsdoc": "50.8.0",
"eslint-plugin-prettier": "5.5.3",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-unicorn": "59.0.1",
"globals": "16.3.0",
"jest": "29.7.0",
"jest-extended": "4.0.2",
"prebuildify": "6.0.1",
"prettier": "3.6.2",
"ts-jest": "29.4.0",
"ts-node": "10.9.2",
"typescript": "5.8.3",
"typescript-eslint": "8.38.0",
"which": "5.0.0"
},
"//engines": [
"Requires ^18.17.0 || >=20.5.0 for node-gyp >=11.0.0",
"Requires ^18 || ^20 || >= 21 for node-addon-api >=8.0.0",
"Requires ^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0 for jest >=30.0.0",
"Requires ^18.18.0 || ^20.9.0 || >=21.1.0 for eslint >=9.0.0"
],
"engines": {
"node": "^18.20.0 || ^20.11.0 || >=22"
},
"volta": {
"node": "24.4.1"
}
}