forked from eldri7ch2/SotN-Randomizer-Adv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.34 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
{
"name": "SotN-Randomizer",
"version": "3.16.0",
"description": "This is a romhacking tool to randomize some things about `Castlevania: Symphony of the Night`.",
"dependencies": {
"colors": "^1.4.0",
"hygen": "^6.0.4",
"seedrandom": "^3.0.1",
"yargs": "^17.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3snowp7im/SotN-Randomizer.git"
},
"scripts": {
"build-presets": "node tools/build-presets",
"postinstall": "npm run build-presets"
},
"presets": [
"casual",
"safe",
"adventure",
"og",
"guarded-og",
"speedrun",
"lycanthrope",
"warlock",
"nimble",
"expedition",
"bat-master",
"glitch",
"scavenger",
"empty-hand",
"gem-farmer",
"third-castle",
"rat-race",
"magic-mirror",
"leg-day",
"boss-rush",
"aperture",
"big-toss",
"bountyhunter",
"bountyhunter-tc",
"hitman",
"chaos-lite",
"beyond",
"breach",
"grand-tour",
"crash-Course",
"forge",
"lookingglass",
"skinwalker",
"summoner",
"agonizetwtw",
"stwosafe",
"open"
],
"engines": {
"node": ">=15"
},
"author": "Wild Mouse <[email protected]>",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/3snowp7im/SotN-Randomizer/issues"
},
"homepage": "https://sotn.io"
}