-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
98 lines (98 loc) · 3.56 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": "webos-homebrew-channel",
"version": "0.7.2",
"description": "Manual installation:",
"main": "frontend/index.js",
"moduleDir": "frontend",
"os": [
"!win32"
],
"scripts": {
"build": "enyo pack",
"build-service": "webpack",
"package": "ares-package dist/ -e enyo-ilib",
"manifest": "tools/gen-manifest.js org.webosbrew.hbchannel.manifest.json",
"deploy": "ares-install org.webosbrew.hbchannel_${npm_package_version}_all.ipk",
"launch": "ares-launch org.webosbrew.hbchannel",
"clean": "rm -rf dist/",
"lint": "eslint .",
"build-local": "npm-run-all --serial build-local:**",
"build-local:frontend": "enyo pack",
"build-local:service": "webpack",
"build-local:package": "ares-package dist/ -e enyo-ilib",
"build-and-launch": "npm-run-all --serial build-local deploy launch",
"version": "node tools/sync-version.js && git add appinfo.json"
},
"assets": [
"appinfo.json",
"assets/**",
"services/bin/**",
"services/certs/**",
"services/services.json",
"services/package.json",
"services/run-js-service",
"services/startup.sh",
"services/jumpstart.sh",
"services/elevate-service"
],
"styles": [
"frontend/views/DetailsPanel.css"
],
"repository": {
"type": "git",
"url": "git+https://github.com/webosbrew/webos-homebrew-channel.git"
},
"author": "webOSBrew Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/webosbrew/webos-homebrew-channel/issues"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/plugin-transform-object-assign": "^7.23.3",
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.23.3",
"@eslint/eslintrc": "^3.0.2",
"@eslint/js": "^8.57.0",
"@types/bluebird": "^3.5.42",
"@types/node": "^20.11.24",
"@types/node-fetch": "^2.6.11",
"@types/progress-stream": "^2.0.5",
"@types/webos-service": "^0.4.6",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@webos-tools/cli": "^3.0.2",
"babel-loader": "^9.1.3",
"enyo-dev": "^1.0.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"esm": "^3.2.25",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"globals": "^14.0.0",
"jsonc-eslint-parser": "^2.4.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"typescript-eslint": "^7.1.1",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-shebang-plugin": "^1.1.8"
},
"dependencies": {
"@throwaway96/node-load-cert-dir": "github:throwaway96/node-load-cert-dir#b1943cb64ccb5851c6c8885892716638d954b3f6",
"bluebird": "^3.7.2",
"core-js": "^3.36.0",
"dompurify": "=3.0.1",
"node-fetch": "=2.6.7",
"progress-stream": "^2.0.0",
"regenerator-runtime": "^0.14.1",
"stream.pipeline-shim": "^1.1.0",
"webos-service": "github:webosose/nodejs-module-webos-service#1dd2c9d6cd21eb5d84f7619432ed6d2784bb56f9"
},
"homepage": "https://github.com/webosbrew/webos-homebrew-channel#readme"
}