-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
157 lines (157 loc) · 4.54 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "brs-engine",
"version": "1.7.2",
"title": "BrightScript Simulation Engine",
"description": "BrightScript Simulation Engine - Run Roku apps on Browsers and Node.js",
"author": "Marcelo Lv Cabral <[email protected]> (https://lvcabral.com/)",
"license": "MIT",
"copyright": "© 2019-2024, Marcelo Lv Cabral",
"homepage": "https://lvcabral.com/brs/",
"contributors": [
"Sean Barag <[email protected]>",
"Mark Pearce"
],
"repository": {
"type": "git",
"url": "https://github.com/lvcabral/brs-engine"
},
"bugs": {
"url": "https://github.com/lvcabral/brs-engine/issues"
},
"keywords": [
"brightscript",
"roku",
"emulator",
"simulator",
"interpreter",
"worker"
],
"main": "app/lib/brs.api.js",
"browser": "app/lib/brs.api.js",
"typings": "types/src/api/index.d.ts",
"bin": {
"brs-cli": "./bin/brs.cli.js"
},
"scripts": {
"build": "webpack --env development && webpack --config webpack.cli.config.js --env development",
"build:libs": "webpack --env development",
"build:cli": "webpack --config webpack.cli.config.js --env development",
"release": "webpack --env production && webpack --config webpack.cli.config.js --env production",
"start": "webpack serve --open",
"stats": "webpack-bundle-analyzer ./app/lib/stats.json",
"stats:api": "webpack-bundle-analyzer ./app/lib/stats-api.json",
"clean": "rimraf ./app/lib ./bin ./types",
"test": "jest",
"lint": "eslint -c .eslintrc.js --ext .ts ./src",
"prettier:write": "prettier --write \"{app,src,test}/**/*.{js,ts}\"",
"prettier": "prettier --check \"{app,src,test}/**/*.{js,ts}\"",
"prepublishOnly": "npm-run-all --serial clean lint prettier release"
},
"files": [
"app/audio/",
"app/fonts/",
"app/lib/brs.worker.js",
"app/lib/*.LICENSE.txt",
"bin/",
"types/src/api/"
],
"dependencies": {
"@msgpack/msgpack": "^2.8.0",
"canvas": "^2.11.2",
"chalk": "^4.1.2",
"commander": "^2.12.2",
"crc": "^3.8.0",
"crypto-browserify": "^3.12.0",
"dayjs": "^1.11.10",
"decode-bmp": "^0.1.0",
"env-paths": "^3.0.0",
"esm-gamecontroller.js": "^1.0.2",
"exif-parser": "^0.1.12",
"fflate": "^0.8.1",
"file-type": "^12.4.2",
"hls.js": "^1.5.3",
"howler": "^2.2.3",
"jpeg-js": "^0.4.4",
"libwebpjs": "lvcabral/libwebpjs",
"long": "^3.2.0",
"memory-fs": "lvcabral/memory-fs",
"mp3-parser": "^0.3.0",
"nanomatch": "^1.2.13",
"node-ssdp": "^4.0.1",
"omggif": "^1.0.10",
"opentype.js": "^1.3.4",
"path-browserify": "^1.0.1",
"path-parse": "^1.0.6",
"readable-stream": "^4.3.0",
"readline-sync": "^1.4.10",
"restana": "^3.4.2",
"sprintf-js": "^1.1.2",
"stats.js": "^0.17.0",
"stream-browserify": "^3.0.0",
"strip-ansi": "^7.1.0",
"upng-js": "lvcabral/UPNG.js",
"url-parse": "^1.5.10",
"uuid": "^9.0.1",
"ws": "^8.17.1",
"xml2js": "^0.5.0",
"xmlbuilder": "^13.0.2"
},
"devDependencies": {
"@types/crc": "^3.4.0",
"@types/howler": "^2.2.7",
"@types/long": "^3.0.32",
"@types/memory-fs": "^0.3.2",
"@types/node": "^20.10.4",
"@types/node-ssdp": "^4.0.4",
"@types/opentype.js": "^0.7.2",
"@types/path-parse": "^1.0.19",
"@types/readline-sync": "^1.4.8",
"@types/sprintf-js": "^1.1.2",
"@types/stats.js": "^0.17.0",
"@types/upng-js": "^2.1.1",
"@types/url-parse": "^1.4.8",
"@types/uuid": "^9.0.7",
"@types/xml2js": "^0.4.8",
"@types/xmlbuilder": "^11.0.1",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"buffer": "^6.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-react": "^7.34.1",
"ifdef-loader": "^2.3.2",
"javascript-obfuscator": "^4.0.2",
"jest": "^29.4.3",
"jest-junit": "^6.1.0",
"lint-staged": "^12.5.0",
"lolex": "^3.0.0",
"npm-run-all": "^4.1.5",
"prettier": "2",
"process": "^0.11.10",
"rimraf": "^2.6.2",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.15.1",
"webpack-shebang-plugin": "^1.1.8",
"webpack-stats-plugin": "^1.1.3"
},
"jest": {
"testEnvironment": "node"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 4,
"printWidth": 100
},
"lint-staged": {
"*.{ts,js}": [
"prettier --write",
"git add"
]
}
}