-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
159 lines (159 loc) · 5.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "igir",
"version": "3.0.1",
"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",
"hacktoberfest",
"logiqx",
"mame",
"mister",
"miyoo",
"no-intro",
"redump",
"retroarch",
"roms",
"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",
"!**/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",
"postinstall": "node --eval \"if(require('fs').existsSync('dist')===false){process.exit(1);}\" || npm run build",
"prepare": "husky",
"start": "node --loader ts-node/esm index.ts",
"build": "tsc && node --eval \"if(process.platform!=='win32'){process.exit(1);}\" || chmod +x dist/index.js",
"package": "npm run build && node --loader ts-node/esm 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 --verbose",
"test:coverage": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --verbose --coverage",
"test:handles": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --verbose --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.4",
"7zip-min": "1.4.5",
"archiver": "7.0.1",
"async": "3.2.6",
"async-mutex": "0.5.0",
"chalk": "5.3.0",
"chdman": "0.269.2",
"class-transformer": "0.5.1",
"cli-progress": "3.12.0",
"fast-glob": "3.3.2",
"fast-xml-parser": "4.5.0",
"figlet": "1.8.0",
"graceful-fs": "4.2.11",
"is-admin": "4.0.0",
"junk": "4.0.1",
"maxcso": "0.1130.8",
"micromatch": "4.0.8",
"moment": "2.30.1",
"node-disk-info": "1.3.0",
"node-unrar-js": "2.0.2",
"reflect-metadata": "0.2.2",
"semver": "7.6.3",
"simple-statistics": "7.8.7",
"strip-ansi": "7.1.0",
"tar": "6.2.1",
"terminal-size": "4.0.0",
"trash": "8.1.1",
"typescript-memoize": "1.1.1",
"unzipper": "0.12.3",
"wrap-ansi": "8.1.0",
"xml2js": "0.6.2",
"yargs": "17.7.2"
},
"devDependencies": {
"@jest/globals": "29.7.0",
"@types/7zip-min": "1.3.3",
"@types/archiver": "6.0.3",
"@types/async": "3.2.24",
"@types/cli-progress": "3.11.6",
"@types/figlet": "1.7.0",
"@types/jest": "29.5.14",
"@types/micromatch": "4.0.9",
"@types/node": "20.17.0",
"@types/semver": "7.5.8",
"@types/tar": "6.1.13",
"@types/unzipper": "0.10.10",
"@types/which": "3.0.4",
"@types/xml2js": "0.4.14",
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"auto-changelog": "2.5.0",
"caxa": "3.0.1",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-jsdoc": "50.4.3",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-unicorn": "56.0.0",
"husky": "9.1.6",
"jest": "29.7.0",
"jest-extended": "4.0.2",
"prettier": "3.3.3",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"which": "5.0.0"
},
"//engines": [
"Requires >=14.17.0 for TypeScript v5.1.",
"Requires ^12.20.0 || ^14.13.1 || >=16.0.0 for ES6 modules, even though `tsc` can target ES5 or lower.",
"Requires ^14.18.0 || >=16.0.0 for `node:` prefixed built-in modules that many dependencies use.",
"Requires >=15.0.0 for npm v7 for package-lock.json v3 because Renovate stopped respecting the existing version in August 2023.",
"Requires ^14.18.0 || >=16.3.0 for `os.devNull`.",
"Requires >=16.6.0 for `Array.prototype.at()`.",
"Requires >=16.7.0 for `fs.cp()`."
],
"engines": {
"node": ">=16.7.0"
},
"volta": {
"node": "20.18.0"
}
}