forked from hylian-modding/OotCommunityHack2022
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.04 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.04 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
{
"dependencies": {
"@types/adm-zip": "^0.4.34",
"@types/fs-extra": "^9.0.13",
"@types/gulp": "^4.0.9",
"@types/node": "^17.0.13",
"adm-zip": "^0.5.9",
"fs-extra": "^10.0.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-typescript": "^6.0.0-alpha.1",
"smart-buffer": "^4.2.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.5"
},
"name": "ootcommunityhack2022",
"description": "A romhack created by the Hylian Modding community as a collective project.",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {},
"scripts": {
"postinstall": "gulp install",
"build": "gulp build",
"dist": "gulp dist",
"test": "gulp test",
"fast64": "gulp fast64"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hylian-modding/OotCommunityHack2022.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hylian-modding/OotCommunityHack2022/issues"
},
"homepage": "https://github.com/hylian-modding/OotCommunityHack2022#readme"
}