forked from sotnrando/sotnrando
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.01 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.01 KB
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
{
"name": "SotN-Randomizer",
"version": "3.15.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"
],
"engines": {
"node": ">=15"
},
"author": "Wild Mouse <3snowp7im@gmail.com>",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/3snowp7im/SotN-Randomizer/issues"
},
"homepage": "https://sotn.io"
}