-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 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
{
"name": "opencore-composer",
"version": "0.0.1",
"description": "Easy and powerful OC customization tool",
"dependencies": {
"@types/adm-zip": "^0.4.34",
"@types/fs-extra": "^9.0.11",
"@types/merge-deep": "^3.0.0",
"@types/node": "^15.0.3",
"@types/plist": "^3.0.2",
"@types/yaml": "^1.9.7",
"@types/yargs": "^16.0.1",
"adm-zip": "^0.5.5",
"fs-extra": "^10.0.0",
"merge-deep": "^3.0.3",
"node-fetch": "^3.0.0-beta.9",
"plist": "^3.0.2",
"typescript": "^4.2.4",
"winston": "^3.3.3",
"yaml": "^1.10.2",
"yargs": "^17.0.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"eslint": "^7.26.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.23.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"node-ts": "^5.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kpostekk/opencore-composer.git"
},
"keywords": [
"OpenCore",
"Hackintosh"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kpostekk/opencore-composer/issues"
},
"homepage": "https://github.com/kpostekk/opencore-composer#readme",
"bin": {
"oc-composer": "dist/index.js"
}
}