-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
98 lines (98 loc) · 3.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
{
"name": "modloader64",
"version": "2.0.46",
"description": "",
"main": "./src/index.js",
"scripts": {
"tsc": "gulp build",
"bump": "gulp bump",
"clean": "gulp clean",
"build": "gulp build",
"build_dist": "gulp build",
"build_api": "gulp api",
"start": "node ./build/src/index.js --max_old_space_size=4096 --dir=build",
"start_1": "node ./build/src/index.js --max_old_space_size=4096 --dir=build",
"start_2": "gulp player2 && node ./build2/src/index.js -max_old_space_size=4096 --dir=build2",
"fix": "npx eslint src/**/*.ts --fix",
"dist": "gulp clean && gulp dummy && gulp _build && gulp sign && gulp dist && yarn clean && yarn",
"postinstall": "npx patch-package && gulp install",
"build_bin": "gulp build_bin",
"push": "node ./build.js --step=push",
"pushLive": "node ./build.js --step=pushLive",
"sign": "gulp sign"
},
"bin": {
"modloader64": "bin/index.js",
"paker": "bin/paker.js",
"bintots": "bin/bintots.js"
},
"author": "Team-Ooto",
"dependencies": {
"adm-zip": "^0.4.16",
"bitwise": "^2.1.0",
"buffer-json": "^2.0.0",
"commander": "^4.1.1",
"concat-stream": "^2.0.0",
"download-file": "^0.1.5",
"eventemitter2": "^6.4.4",
"fetch": "^1.1.0",
"fs-extra": "^8.1.0",
"graceful-fs": "^4.2.6",
"jsonfile": "^6.1.0",
"log4js": "^6.4.0",
"lzma": "^2.3.2",
"mkdir-recursive": "^0.4.0",
"module-alias": "^2.2.2",
"nat-upnp": "^1.1.1",
"node-fetch": "^2.6.7",
"node-file-cache": "^1.0.2",
"pirates": "^4.0.1",
"request": "^2.88.2",
"require-from-string": "^2.0.2",
"semver": "^7.3.5",
"slash": "^3.0.0",
"smart-buffer": "^4.1.0",
"socket.io": "^2.4.0",
"socket.io-client": "^2.4.0",
"socket.io-encrypt": "^0.1.1",
"source-map-support": "^0.5.19",
"sync-fetch": "^0.2.1",
"universalify": "^1.0.0"
},
"devDependencies": {
"@types/adm-zip": "^0.4.33",
"@types/caseless": "^0.12.2",
"@types/fs-extra": "^8.1.1",
"@types/gulp": "^4.0.8",
"@types/module-alias": "^2.0.0",
"@types/ncp": "^2.0.4",
"@types/node": "^13.13.48",
"@types/request": "^2.48.5",
"@types/semver": "^7.3.5",
"@types/socket.io": "^2.1.13",
"@types/socket.io-parser": "^3.0.0",
"@types/tough-cookie": "^2.3.7",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"caseless": "^0.12.0",
"copy-node-modules": "^1.1.1",
"eslint": "^6.8.0",
"find-remove": "^2.0.3",
"form-data": "^3.0.1",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-sourcemaps": "https://github.com/gulp-sourcemaps/gulp-sourcemaps",
"gulp-typescript": "^6.0.0-alpha.1",
"is-elevated": "^3.0.0",
"modloader64-platform-deps": "https://github.com/hylian-modding/ModLoader64-Platform-Deps",
"patch-package": "^6.4.7",
"recursive-readdir": "^2.2.2",
"ssh2-sftp-client": "^5.3.2",
"strip-json-comments": "^3.1.1",
"tar": "^6.1.9",
"tough-cookie": "^3.0.1",
"ts-node": "^9.1.1",
"typescript": "^4.2.4",
"uprocess": "^1.1.0"
}
}