-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
34 lines (34 loc) · 825 Bytes
/
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
{
"name": "libretro-databse-scummvm",
"private": true,
"title": "ScummVM",
"version": "2022.9.8",
"description": "DAT file for libretro's ScummVM",
"comment": "DAT file containing game files to launch ScummVM games from RetroArch.",
"scripts": {
"test": "node --stack-size=9999999 ."
},
"homepage": "http://github.com/RobLoach/libretro-database-scummvm",
"author": "Rob Loach (http://robloach.net)",
"contributors": [
{
"name": "Rob Loach"
},
{
"name": "Gruby"
}
],
"license": "MIT",
"engines": {
"node": ">=6"
},
"dependencies": {
"clone": "^2.1.2",
"crc": "^3.8.0",
"glob": "^7.2.0",
"robloach-datfile": "^2.3.0",
"sanitize-filename": "^1.6.3",
"sort-object": "^3.0.3"
},
"repository": "github:RobLoach/libretro-scummvm.dat"
}