@coderline/alphatab-webpack 1.7.0-alpha.1630 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,16 +1,16 @@
1
1
  /*!
2
- * alphaTab WebPack Plugin v1.7.0-alpha.1630 (develop, build 1630)
3
- *
2
+ * alphaTab WebPack Plugin v1.7.1 (main, build 0)
3
+ *
4
4
  * Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
5
- *
5
+ *
6
6
  * This Source Code Form is subject to the terms of the Mozilla Public
7
7
  * License, v. 2.0. If a copy of the MPL was not distributed with this
8
8
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9
- *
9
+ *
10
10
  * This library uses code from WebPack (https://github.com/webpack/webpack/), licensed under:
11
- *
11
+ *
12
12
  * Copyright JS Foundation and other contributors
13
- *
13
+ *
14
14
  * Permission is hereby granted, free of charge, to any person obtaining
15
15
  * a copy of this software and associated documentation files (the
16
16
  * 'Software'), to deal in the Software without restriction, including
@@ -18,10 +18,10 @@
18
18
  * distribute, sublicense, and/or sell copies of the Software, and to
19
19
  * permit persons to whom the Software is furnished to do so, subject to
20
20
  * the following conditions:
21
- *
21
+ *
22
22
  * The above copyright notice and this permission notice shall be
23
23
  * included in all copies or substantial portions of the Software.
24
- *
24
+ *
25
25
  * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
26
26
  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27
27
  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
@@ -29,7 +29,7 @@
29
29
  * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
30
30
  * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
31
31
  * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
32
- *
32
+ *
33
33
  * @preserve
34
34
  * @license
35
35
  */
@@ -92,10 +92,10 @@ function injectWorkletDependency(webPackWithAlphaTab) {
92
92
  // worklet global scope has no 'self', need to inject it for compatibility with chunks
93
93
  // some plugins like the auto public path need to right location. we pass this on from the main runtime
94
94
  // some plugins rely on importScripts to be defined.
95
- const workletInlineBootstrap = `
96
- globalThis.self = globalThis.self || globalThis;
97
- globalThis.location = \${JSON.stringify(${webPackWithAlphaTab.webpack.RuntimeGlobals.baseURI})};
98
- globalThis.importScripts = (url) => { throw new Error("importScripts not available, dynamic loading of chunks not supported in this context", url) };
95
+ const workletInlineBootstrap = `
96
+ globalThis.self = globalThis.self || globalThis;
97
+ globalThis.location = \${JSON.stringify(${webPackWithAlphaTab.webpack.RuntimeGlobals.baseURI})};
98
+ globalThis.importScripts = (url) => { throw new Error("importScripts not available, dynamic loading of chunks not supported in this context", url) };
99
99
  `;
100
100
  chunkGraph.addChunkRuntimeRequirements(chunk, new Set([
101
101
  webPackWithAlphaTab.webpack.RuntimeGlobals.moduleFactories,
@@ -1,16 +1,16 @@
1
1
  /*!
2
- * alphaTab WebPack Plugin v1.7.0-alpha.1630 (develop, build 1630)
3
- *
2
+ * alphaTab WebPack Plugin v1.7.1 (main, build 0)
3
+ *
4
4
  * Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
5
- *
5
+ *
6
6
  * This Source Code Form is subject to the terms of the Mozilla Public
7
7
  * License, v. 2.0. If a copy of the MPL was not distributed with this
8
8
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9
- *
9
+ *
10
10
  * This library uses code from WebPack (https://github.com/webpack/webpack/), licensed under:
11
- *
11
+ *
12
12
  * Copyright JS Foundation and other contributors
13
- *
13
+ *
14
14
  * Permission is hereby granted, free of charge, to any person obtaining
15
15
  * a copy of this software and associated documentation files (the
16
16
  * 'Software'), to deal in the Software without restriction, including
@@ -18,10 +18,10 @@
18
18
  * distribute, sublicense, and/or sell copies of the Software, and to
19
19
  * permit persons to whom the Software is furnished to do so, subject to
20
20
  * the following conditions:
21
- *
21
+ *
22
22
  * The above copyright notice and this permission notice shall be
23
23
  * included in all copies or substantial portions of the Software.
24
- *
24
+ *
25
25
  * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
26
26
  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27
27
  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
@@ -29,7 +29,7 @@
29
29
  * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
30
30
  * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
31
31
  * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
32
- *
32
+ *
33
33
  * @preserve
34
34
  * @license
35
35
  */
@@ -88,10 +88,10 @@ function injectWorkletDependency(webPackWithAlphaTab) {
88
88
  // worklet global scope has no 'self', need to inject it for compatibility with chunks
89
89
  // some plugins like the auto public path need to right location. we pass this on from the main runtime
90
90
  // some plugins rely on importScripts to be defined.
91
- const workletInlineBootstrap = `
92
- globalThis.self = globalThis.self || globalThis;
93
- globalThis.location = \${JSON.stringify(${webPackWithAlphaTab.webpack.RuntimeGlobals.baseURI})};
94
- globalThis.importScripts = (url) => { throw new Error("importScripts not available, dynamic loading of chunks not supported in this context", url) };
91
+ const workletInlineBootstrap = `
92
+ globalThis.self = globalThis.self || globalThis;
93
+ globalThis.location = \${JSON.stringify(${webPackWithAlphaTab.webpack.RuntimeGlobals.baseURI})};
94
+ globalThis.importScripts = (url) => { throw new Error("importScripts not available, dynamic loading of chunks not supported in this context", url) };
95
95
  `;
96
96
  chunkGraph.addChunkRuntimeRequirements(chunk, new Set([
97
97
  webPackWithAlphaTab.webpack.RuntimeGlobals.moduleFactories,
@@ -1,16 +1,16 @@
1
1
  /*!
2
- * alphaTab WebPack Plugin v1.7.0-alpha.1630 (develop, build 1630)
3
- *
2
+ * alphaTab WebPack Plugin v1.7.1 (main, build 0)
3
+ *
4
4
  * Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
5
- *
5
+ *
6
6
  * This Source Code Form is subject to the terms of the Mozilla Public
7
7
  * License, v. 2.0. If a copy of the MPL was not distributed with this
8
8
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9
- *
9
+ *
10
10
  * This library uses code from WebPack (https://github.com/webpack/webpack/), licensed under:
11
- *
11
+ *
12
12
  * Copyright JS Foundation and other contributors
13
- *
13
+ *
14
14
  * Permission is hereby granted, free of charge, to any person obtaining
15
15
  * a copy of this software and associated documentation files (the
16
16
  * 'Software'), to deal in the Software without restriction, including
@@ -18,10 +18,10 @@
18
18
  * distribute, sublicense, and/or sell copies of the Software, and to
19
19
  * permit persons to whom the Software is furnished to do so, subject to
20
20
  * the following conditions:
21
- *
21
+ *
22
22
  * The above copyright notice and this permission notice shall be
23
23
  * included in all copies or substantial portions of the Software.
24
- *
24
+ *
25
25
  * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
26
26
  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27
27
  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
@@ -29,7 +29,7 @@
29
29
  * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
30
30
  * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
31
31
  * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
32
- *
32
+ *
33
33
  * @preserve
34
34
  * @license
35
35
  */
@@ -1,16 +1,16 @@
1
1
  /*!
2
- * alphaTab WebPack Plugin v1.7.0-alpha.1630 (develop, build 1630)
3
- *
2
+ * alphaTab WebPack Plugin v1.7.1 (main, build 0)
3
+ *
4
4
  * Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
5
- *
5
+ *
6
6
  * This Source Code Form is subject to the terms of the Mozilla Public
7
7
  * License, v. 2.0. If a copy of the MPL was not distributed with this
8
8
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9
- *
9
+ *
10
10
  * This library uses code from WebPack (https://github.com/webpack/webpack/), licensed under:
11
- *
11
+ *
12
12
  * Copyright JS Foundation and other contributors
13
- *
13
+ *
14
14
  * Permission is hereby granted, free of charge, to any person obtaining
15
15
  * a copy of this software and associated documentation files (the
16
16
  * 'Software'), to deal in the Software without restriction, including
@@ -18,10 +18,10 @@
18
18
  * distribute, sublicense, and/or sell copies of the Software, and to
19
19
  * permit persons to whom the Software is furnished to do so, subject to
20
20
  * the following conditions:
21
- *
21
+ *
22
22
  * The above copyright notice and this permission notice shall be
23
23
  * included in all copies or substantial portions of the Software.
24
- *
24
+ *
25
25
  * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
26
26
  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27
27
  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
@@ -29,7 +29,7 @@
29
29
  * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
30
30
  * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
31
31
  * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
32
- *
32
+ *
33
33
  * @preserve
34
34
  * @license
35
35
  */
package/dist/Utils.cjs CHANGED
@@ -1,16 +1,16 @@
1
1
  /*!
2
- * alphaTab WebPack Plugin v1.7.0-alpha.1630 (develop, build 1630)
3
- *
2
+ * alphaTab WebPack Plugin v1.7.1 (main, build 0)
3
+ *
4
4
  * Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
5
- *
5
+ *
6
6
  * This Source Code Form is subject to the terms of the Mozilla Public
7
7
  * License, v. 2.0. If a copy of the MPL was not distributed with this
8
8
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9
- *
9
+ *
10
10
  * This library uses code from WebPack (https://github.com/webpack/webpack/), licensed under:
11
- *
11
+ *
12
12
  * Copyright JS Foundation and other contributors
13
- *
13
+ *
14
14
  * Permission is hereby granted, free of charge, to any person obtaining
15
15
  * a copy of this software and associated documentation files (the
16
16
  * 'Software'), to deal in the Software without restriction, including
@@ -18,10 +18,10 @@
18
18
  * distribute, sublicense, and/or sell copies of the Software, and to
19
19
  * permit persons to whom the Software is furnished to do so, subject to
20
20
  * the following conditions:
21
- *
21
+ *
22
22
  * The above copyright notice and this permission notice shall be
23
23
  * included in all copies or substantial portions of the Software.
24
- *
24
+ *
25
25
  * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
26
26
  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27
27
  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
@@ -29,7 +29,7 @@
29
29
  * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
30
30
  * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
31
31
  * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
32
- *
32
+ *
33
33
  * @preserve
34
34
  * @license
35
35
  */
package/dist/Utils.mjs CHANGED
@@ -1,16 +1,16 @@
1
1
  /*!
2
- * alphaTab WebPack Plugin v1.7.0-alpha.1630 (develop, build 1630)
3
- *
2
+ * alphaTab WebPack Plugin v1.7.1 (main, build 0)
3
+ *
4
4
  * Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
5
- *
5
+ *
6
6
  * This Source Code Form is subject to the terms of the Mozilla Public
7
7
  * License, v. 2.0. If a copy of the MPL was not distributed with this
8
8
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9
- *
9
+ *
10
10
  * This library uses code from WebPack (https://github.com/webpack/webpack/), licensed under:
11
- *
11
+ *
12
12
  * Copyright JS Foundation and other contributors
13
- *
13
+ *
14
14
  * Permission is hereby granted, free of charge, to any person obtaining
15
15
  * a copy of this software and associated documentation files (the
16
16
  * 'Software'), to deal in the Software without restriction, including
@@ -18,10 +18,10 @@
18
18
  * distribute, sublicense, and/or sell copies of the Software, and to
19
19
  * permit persons to whom the Software is furnished to do so, subject to
20
20
  * the following conditions:
21
- *
21
+ *
22
22
  * The above copyright notice and this permission notice shall be
23
23
  * included in all copies or substantial portions of the Software.
24
- *
24
+ *
25
25
  * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
26
26
  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27
27
  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
@@ -29,7 +29,7 @@
29
29
  * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
30
30
  * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
31
31
  * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
32
- *
32
+ *
33
33
  * @preserve
34
34
  * @license
35
35
  */
@@ -1,16 +1,16 @@
1
1
  /*!
2
- * alphaTab WebPack Plugin v1.7.0-alpha.1630 (develop, build 1630)
3
- *
2
+ * alphaTab WebPack Plugin v1.7.1 (main, build 0)
3
+ *
4
4
  * Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
5
- *
5
+ *
6
6
  * This Source Code Form is subject to the terms of the Mozilla Public
7
7
  * License, v. 2.0. If a copy of the MPL was not distributed with this
8
8
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9
- *
9
+ *
10
10
  * This library uses code from WebPack (https://github.com/webpack/webpack/), licensed under:
11
- *
11
+ *
12
12
  * Copyright JS Foundation and other contributors
13
- *
13
+ *
14
14
  * Permission is hereby granted, free of charge, to any person obtaining
15
15
  * a copy of this software and associated documentation files (the
16
16
  * 'Software'), to deal in the Software without restriction, including
@@ -18,10 +18,10 @@
18
18
  * distribute, sublicense, and/or sell copies of the Software, and to
19
19
  * permit persons to whom the Software is furnished to do so, subject to
20
20
  * the following conditions:
21
- *
21
+ *
22
22
  * The above copyright notice and this permission notice shall be
23
23
  * included in all copies or substantial portions of the Software.
24
- *
24
+ *
25
25
  * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
26
26
  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27
27
  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
@@ -29,7 +29,7 @@
29
29
  * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
30
30
  * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
31
31
  * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
32
- *
32
+ *
33
33
  * @preserve
34
34
  * @license
35
35
  */
@@ -1,16 +1,16 @@
1
1
  /*!
2
- * alphaTab WebPack Plugin v1.7.0-alpha.1630 (develop, build 1630)
3
- *
2
+ * alphaTab WebPack Plugin v1.7.1 (main, build 0)
3
+ *
4
4
  * Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
5
- *
5
+ *
6
6
  * This Source Code Form is subject to the terms of the Mozilla Public
7
7
  * License, v. 2.0. If a copy of the MPL was not distributed with this
8
8
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9
- *
9
+ *
10
10
  * This library uses code from WebPack (https://github.com/webpack/webpack/), licensed under:
11
- *
11
+ *
12
12
  * Copyright JS Foundation and other contributors
13
- *
13
+ *
14
14
  * Permission is hereby granted, free of charge, to any person obtaining
15
15
  * a copy of this software and associated documentation files (the
16
16
  * 'Software'), to deal in the Software without restriction, including
@@ -18,10 +18,10 @@
18
18
  * distribute, sublicense, and/or sell copies of the Software, and to
19
19
  * permit persons to whom the Software is furnished to do so, subject to
20
20
  * the following conditions:
21
- *
21
+ *
22
22
  * The above copyright notice and this permission notice shall be
23
23
  * included in all copies or substantial portions of the Software.
24
- *
24
+ *
25
25
  * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
26
26
  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27
27
  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
@@ -29,7 +29,7 @@
29
29
  * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
30
30
  * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
31
31
  * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
32
- *
32
+ *
33
33
  * @preserve
34
34
  * @license
35
35
  */
package/package.json CHANGED
@@ -1,72 +1,72 @@
1
- {
2
- "name": "@coderline/alphatab-webpack",
3
- "version": "1.7.0-alpha.1630",
4
- "description": "A plugin for WebPack to bundle alphaTab into your webapps.",
5
- "keywords": [
6
- "guitar",
7
- "music-notation",
8
- "music-sheet",
9
- "html5",
10
- "svg",
11
- "guitar-tablature",
12
- "webpack"
13
- ],
14
- "homepage": "https://alphatab.net",
15
- "bugs": {
16
- "url": "https://github.com/coderline/alphaTab/issues"
17
- },
18
- "author": "Daniel Kuschny",
19
- "license": "MPL-2.0",
20
- "repository": {
21
- "type": "git",
22
- "url": "git+https://github.com/coderline/alphaTab.git"
23
- },
24
- "type": "module",
25
- "exports": {
26
- ".": {
27
- "types": "./dist/alphaTab.webpack.d.ts",
28
- "require": "./dist/alphaTab.webpack.cjs",
29
- "import": "./dist/alphaTab.webpack.mjs"
30
- },
31
- "./*": {
32
- "types": "./dist/*.d.ts",
33
- "require": "./dist/*.cjs",
34
- "import": "./dist/*.mjs"
35
- }
36
- },
37
- "scripts": {
38
- "clean": "rimraf dist",
39
- "lint": "biome lint",
40
- "typecheck": "tsc --noEmit",
41
- "build": "vite build",
42
- "test": "mocha"
43
- },
44
- "dependencies": {
45
- "webpack": "^5.101.3"
46
- },
47
- "engines": {
48
- "node": ">=20.19.0"
49
- },
50
- "devDependencies": {
51
- "@biomejs/biome": "^2.2.6",
52
- "@types/chai": "^5.2.3",
53
- "@types/mocha": "^10.0.10",
54
- "@types/node": "^24.10.0",
55
- "assert": "^2.1.0",
56
- "chai": "^6.2.1",
57
- "html-webpack-plugin": "^5.6.5",
58
- "mocha": "^11.7.5",
59
- "rimraf": "^6.1.0",
60
- "tslib": "^2.8.1",
61
- "tsx": "^4.20.6",
62
- "typescript": "^5.9.3",
63
- "webpack-cli": "^6.0.1"
64
- },
65
- "files": [
66
- "/dist/**",
67
- "!/dist/types",
68
- "LICENSE",
69
- "LICENSE.header",
70
- "README.md"
71
- ]
72
- }
1
+ {
2
+ "name": "@coderline/alphatab-webpack",
3
+ "version": "1.7.1",
4
+ "description": "A plugin for WebPack to bundle alphaTab into your webapps.",
5
+ "keywords": [
6
+ "guitar",
7
+ "music-notation",
8
+ "music-sheet",
9
+ "html5",
10
+ "svg",
11
+ "guitar-tablature",
12
+ "webpack"
13
+ ],
14
+ "homepage": "https://alphatab.net",
15
+ "bugs": {
16
+ "url": "https://github.com/coderline/alphaTab/issues"
17
+ },
18
+ "author": "Daniel Kuschny",
19
+ "license": "MPL-2.0",
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "git+https://github.com/coderline/alphaTab.git"
23
+ },
24
+ "type": "module",
25
+ "exports": {
26
+ ".": {
27
+ "types": "./dist/alphaTab.webpack.d.ts",
28
+ "require": "./dist/alphaTab.webpack.cjs",
29
+ "import": "./dist/alphaTab.webpack.mjs"
30
+ },
31
+ "./*": {
32
+ "types": "./dist/*.d.ts",
33
+ "require": "./dist/*.cjs",
34
+ "import": "./dist/*.mjs"
35
+ }
36
+ },
37
+ "scripts": {
38
+ "clean": "rimraf dist",
39
+ "lint": "biome lint",
40
+ "typecheck": "tsc --noEmit",
41
+ "build": "vite build",
42
+ "test": "mocha"
43
+ },
44
+ "dependencies": {
45
+ "webpack": "^5.101.3"
46
+ },
47
+ "engines": {
48
+ "node": ">=20.19.0"
49
+ },
50
+ "devDependencies": {
51
+ "@biomejs/biome": "^2.2.6",
52
+ "@types/chai": "^5.2.3",
53
+ "@types/mocha": "^10.0.10",
54
+ "@types/node": "^24.10.0",
55
+ "assert": "^2.1.0",
56
+ "chai": "^6.2.1",
57
+ "html-webpack-plugin": "^5.6.5",
58
+ "mocha": "^11.7.5",
59
+ "rimraf": "^6.1.0",
60
+ "tslib": "^2.8.1",
61
+ "tsx": "^4.20.6",
62
+ "typescript": "^5.9.3",
63
+ "webpack-cli": "^6.0.1"
64
+ },
65
+ "files": [
66
+ "/dist/**",
67
+ "!/dist/types",
68
+ "LICENSE",
69
+ "LICENSE.header",
70
+ "README.md"
71
+ ]
72
+ }