@systemfsoftware/all 0.1.0

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.
package/LICENSE ADDED
@@ -0,0 +1,203 @@
1
+ Copyright (c) 2026 Ryan Lee (systemfsoftware)
2
+
3
+ Apache License
4
+ Version 2.0, January 2004
5
+ http://www.apache.org/licenses/
6
+
7
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
8
+
9
+ 1. Definitions.
10
+
11
+ "License" shall mean the terms and conditions for use, reproduction,
12
+ and distribution as defined by Sections 1 through 9 of this document.
13
+
14
+ "Licensor" shall mean the copyright owner or entity authorized by
15
+ the copyright owner that is granting the License.
16
+
17
+ "Legal Entity" shall mean the union of the acting entity and all
18
+ other entities that control, are controlled by, or are under common
19
+ control with that entity. For the purposes of this definition,
20
+ "control" means (i) the power, direct or indirect, to cause the
21
+ direction or management of such entity, whether by contract or
22
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
23
+ outstanding shares, or (iii) beneficial ownership of such entity.
24
+
25
+ "You" (or "Your") shall mean an individual or Legal Entity
26
+ exercising permissions granted by this License.
27
+
28
+ "Source" form shall mean the preferred form for making modifications,
29
+ including but not limited to software source code, documentation
30
+ source, and configuration files.
31
+
32
+ "Object" form shall mean any form resulting from mechanical
33
+ transformation or translation of a Source form, including but
34
+ not limited to compiled object code, generated documentation,
35
+ and conversions to other media types.
36
+
37
+ "Work" shall mean the work of authorship, whether in Source or
38
+ Object form, made available under the License, as indicated by a
39
+ copyright notice that is included in or attached to the work
40
+ (an example is provided in the Appendix below).
41
+
42
+ "Derivative Works" shall mean any work, whether in Source or Object
43
+ form, that is based on (or derived from) the Work and for which the
44
+ editorial revisions, annotations, elaborations, or other modifications
45
+ represent, as a whole, an original work of authorship. For the purposes
46
+ of this License, Derivative Works shall not include works that remain
47
+ separable from, or merely link (or bind by name) to the interfaces of,
48
+ the Work and Derivative Works thereof.
49
+
50
+ "Contribution" shall mean any work of authorship, including
51
+ the original version of the Work and any modifications or additions
52
+ to that Work or Derivative Works thereof, that is intentionally
53
+ submitted to Licensor for inclusion in the Work by the copyright owner
54
+ or by an individual or Legal Entity authorized to submit on behalf of
55
+ the copyright owner. For the purposes of this definition, "submitted"
56
+ means any form of electronic, verbal, or written communication sent
57
+ to the Licensor or its representatives, including but not limited to
58
+ communication on electronic mailing lists, source code control systems,
59
+ and issue tracking systems that are managed by, or on behalf of, the
60
+ Licensor for the purpose of discussing and improving the Work, but
61
+ excluding communication that is conspicuously marked or otherwise
62
+ designated in writing by the copyright owner as "Not a Contribution."
63
+
64
+ "Contributor" shall mean Licensor and any individual or Legal Entity
65
+ on behalf of whom a Contribution has been received by Licensor and
66
+ subsequently incorporated within the Work.
67
+
68
+ 2. Grant of Copyright License. Subject to the terms and conditions of
69
+ this License, each Contributor hereby grants to You a perpetual,
70
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
71
+ copyright license to reproduce, prepare Derivative Works of,
72
+ publicly display, publicly perform, sublicense, and distribute the
73
+ Work and such Derivative Works in Source or Object form.
74
+
75
+ 3. Grant of Patent License. Subject to the terms and conditions of
76
+ this License, each Contributor hereby grants to You a perpetual,
77
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
78
+ (except as stated in this section) patent license to make, have made,
79
+ use, offer to sell, sell, import, and otherwise transfer the Work,
80
+ where such license applies only to those patent claims licensable
81
+ by such Contributor that are necessarily infringed by their
82
+ Contribution(s) alone or by combination of their Contribution(s)
83
+ with the Work to which such Contribution(s) was submitted. If You
84
+ institute patent litigation against any entity (including a
85
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
86
+ or a Contribution incorporated within the Work constitutes direct
87
+ or contributory patent infringement, then any patent licenses
88
+ granted to You under this License for that Work shall terminate
89
+ as of the date such litigation is filed.
90
+
91
+ 4. Redistribution. You may reproduce and distribute copies of the
92
+ Work or Derivative Works thereof in any medium, with or without
93
+ modifications, and in Source or Object form, provided that You
94
+ meet the following conditions:
95
+
96
+ (a) You must give any other recipients of the Work or
97
+ Derivative Works a copy of this License; and
98
+
99
+ (b) You must cause any modified files to carry prominent notices
100
+ stating that You changed the files; and
101
+
102
+ (c) You must retain, in the Source form of any Derivative Works
103
+ that You distribute, all copyright, patent, trademark, and
104
+ attribution notices from the Source form of the Work,
105
+ excluding those notices that do not pertain to any part of
106
+ the Derivative Works; and
107
+
108
+ (d) If the Work includes a "NOTICE" text file as part of its
109
+ distribution, then any Derivative Works that You distribute must
110
+ include a readable copy of the attribution notices contained
111
+ within such NOTICE file, excluding those notices that do not
112
+ pertain to any part of the Derivative Works, in at least one
113
+ of the following places: within a NOTICE text file distributed
114
+ as part of the Derivative Works; within the Source form or
115
+ documentation, if provided along with the Derivative Works; or,
116
+ within a display generated by the Derivative Works, if and
117
+ wherever such third-party notices normally appear. The contents
118
+ of the NOTICE file are for informational purposes only and
119
+ do not modify the License. You may add Your own attribution
120
+ notices within Derivative Works that You distribute, alongside
121
+ or as an addendum to the NOTICE text from the Work, provided
122
+ that such additional attribution notices cannot be construed
123
+ as modifying the License.
124
+
125
+ You may add Your own copyright statement to Your modifications and
126
+ may provide additional or different license terms and conditions
127
+ for use, reproduction, or distribution of Your modifications, or
128
+ for any such Derivative Works as a whole, provided Your use,
129
+ reproduction, and distribution of the Work otherwise complies with
130
+ the conditions stated in this License.
131
+
132
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
133
+ any Contribution intentionally submitted for inclusion in the Work
134
+ by You to the Licensor shall be under the terms and conditions of
135
+ this License, without any additional terms or conditions.
136
+ Notwithstanding the above, nothing herein shall supersede or modify
137
+ the terms of any separate license agreement you may have executed
138
+ with Licensor regarding such Contributions.
139
+
140
+ 6. Trademarks. This License does not grant permission to use the trade
141
+ names, trademarks, service marks, or product names of the Licensor,
142
+ except as required for reasonable and customary use in describing the
143
+ origin of the Work and reproducing the content of the NOTICE file.
144
+
145
+ 7. Disclaimer of Warranty. Unless required by applicable law or
146
+ agreed to in writing, Licensor provides the Work (and each
147
+ Contributor provides its Contributions) on an "AS IS" BASIS,
148
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
149
+ implied, including, without limitation, any warranties or conditions
150
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
151
+ PARTICULAR PURPOSE. You are solely responsible for determining the
152
+ appropriateness of using or redistributing the Work and assume any
153
+ risks associated with Your exercise of permissions under this License.
154
+
155
+ 8. Limitation of Liability. In no event and under no legal theory,
156
+ whether in tort (including negligence), contract, or otherwise,
157
+ unless required by applicable law (such as deliberate and grossly
158
+ negligent acts) or agreed to in writing, shall any Contributor be
159
+ liable to You for damages, including any direct, indirect, special,
160
+ incidental, or consequential damages of any character arising as a
161
+ result of this License or out of the use or inability to use the
162
+ Work (including but not limited to damages for loss of goodwill,
163
+ work stoppage, computer failure or malfunction, or any and all
164
+ other commercial damages or losses), even if such Contributor
165
+ has been advised of the possibility of such damages.
166
+
167
+ 9. Accepting Warranty or Additional Liability. While redistributing
168
+ the Work or Derivative Works thereof, You may choose to offer,
169
+ and charge a fee for, acceptance of support, warranty, indemnity,
170
+ or other liability obligations and/or rights consistent with this
171
+ License. However, in accepting such obligations, You may act only
172
+ on Your own behalf and on Your sole responsibility, not on behalf
173
+ of any other Contributor, and only if You agree to indemnify,
174
+ defend, and hold each Contributor harmless for any liability
175
+ incurred by, or claims asserted against, such Contributor by reason
176
+ of your accepting any such warranty or additional liability.
177
+
178
+ END OF TERMS AND CONDITIONS
179
+
180
+ APPENDIX: How to apply the Apache License to your work.
181
+
182
+ To apply the Apache License to your work, attach the following
183
+ boilerplate notice, with the fields enclosed by brackets "[]"
184
+ replaced with your own identifying information. (Don't include
185
+ the brackets!) The text should be enclosed in the appropriate
186
+ comment syntax for the file format. We also recommend that a
187
+ file or class name and description of purpose be included on the
188
+ same "printed page" as the copyright notice for easier
189
+ identification within third-party archives.
190
+
191
+ Copyright 2026 Ryan Lee (systemfsoftware)
192
+
193
+ Licensed under the Apache License, Version 2.0 (the "License");
194
+ you may not use this file except in compliance with the License.
195
+ You may obtain a copy of the License at
196
+
197
+ http://www.apache.org/licenses/LICENSE-2.0
198
+
199
+ Unless required by applicable law or agreed to in writing, software
200
+ distributed under the License is distributed on an "AS IS" BASIS,
201
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
202
+ See the License for the specific language governing permissions and
203
+ limitations under the License.
package/README.md ADDED
@@ -0,0 +1,42 @@
1
+ # @systemfsoftware/all
2
+
3
+ The whole stack in one install, plus the oxlint preset that turns every recommended rule on.
4
+
5
+ Installing this package installs every published `@systemfsoftware/*` package — the Effect runtime libraries, the schema and cell types, the Gherkin spec runners, the Stryker fork and its plugins, and every custom lint plugin — at versions that are known to work together. Its own export is one thing: a ready-made oxlint configuration.
6
+
7
+ ## Install
8
+
9
+ ```sh
10
+ pnpm add -D @systemfsoftware/all effect oxlint oxlint-tsgolint typescript
11
+ ```
12
+
13
+ `effect`, `oxlint`, `oxlint-tsgolint` and `typescript` are peer dependencies, so your project keeps one copy of each. `oxlint-tsgolint` is the engine oxlint delegates type-aware rules to: without it the first lint run stops at `Failed to find tsgolint executable`. Everything else the stack needs is pulled in for you.
14
+
15
+ Some packages serve one framework and declare their own optional peers — `react`, `react-dom` and `scheduler` for the React bindings, `vitest` and `@effect/vitest` for the test-time libraries, `vite`, `storybook`, `rxjs`, `@stryker-mutator/api`, `@effect/platform-node` and `@oh-my-pi/pi-coding-agent`. They are optional: install one only when you use the part that needs it, and nothing warns about the ones you skip.
16
+
17
+ ## Turn every rule on
18
+
19
+ ```ts
20
+ // oxlint.config.ts
21
+ import all from '@systemfsoftware/all'
22
+
23
+ export default all
24
+ ```
25
+
26
+ That single import delivers:
27
+
28
+ - the built-in `correctness` category at `error`, with the `oxc`, `typescript`, `import`, `unicorn`, `vitest`, `jsdoc`, `node` and `promise` namespaces registered
29
+ - the universal defect tier and the test-file hygiene tier
30
+ - every custom rule this architecture recommends: the workflow, schema, test-placement, property-testing, hygiene, entrypoint and cell-vocabulary tiers, each at `error`
31
+
32
+ Type-aware rules are enabled, so the files you lint must be covered by a `tsconfig.json`. Without one, roughly half of these rules produce no diagnostics and say nothing about being inert.
33
+
34
+ Named exports are available for partial adoption — `rules`, `plugins` and `ignorePatterns` — if you would rather compose than extend.
35
+
36
+ ## Using one package instead
37
+
38
+ Every package in the stack is published on its own and installs independently. Reach for this one when you want the set; reach for the individual package when you want one library and its own peers.
39
+
40
+ ## License
41
+
42
+ Apache-2.0. Part of [systemfsoftware](https://github.com/systemfsoftware/systemfsoftware).
package/dist/all.d.ts ADDED
@@ -0,0 +1,50 @@
1
+ import { OxlintConfig } from 'oxlint';
2
+
3
+ /**
4
+ * The whole stack as one `extends`-consumable oxlint config, and this package's
5
+ * default export: `export default all` in an `oxlint.config.ts` delivers the
6
+ * plugins, type awareness, the correctness category, the stock defect and
7
+ * test-hygiene tiers, and every recommended cell rule at `error`.
8
+ *
9
+ * Type awareness is on, so a consumer needs a `tsconfig.json` that includes the
10
+ * files being linted; half of these rules produce no diagnostics without it and
11
+ * say nothing about being inert.
12
+ *
13
+ * @public
14
+ */
15
+ declare const all: OxlintConfig;
16
+ export default all;
17
+
18
+ /**
19
+ * Paths that are never source. Build output and generated declarations are the
20
+ * load-bearing entries: a `dist/` left unignored makes a type-aware run read
21
+ * emitted code and report findings no edit can fix.
22
+ *
23
+ * @public
24
+ */
25
+ export declare const ignorePatterns: readonly string[];
26
+
27
+ /**
28
+ * Built-in namespaces the enabled rules key on.
29
+ *
30
+ * Setting `plugins` REPLACES oxlint's default set rather than merging into it,
31
+ * and there is no flag that reveals the loss — only `--disable-oxc-plugin`. So
32
+ * `oxc` is listed explicitly: omitting it silently drops every oxc correctness
33
+ * rule while `correctness: 'error'` still reads as enabled.
34
+ *
35
+ * @public
36
+ */
37
+ export declare const plugins: NonNullable<OxlintConfig['plugins']>;
38
+
39
+ /**
40
+ * Every rule this stack recommends, taken from each plugin's own
41
+ * `configs.recommended` rather than transcribed here. A copied rule list drifts
42
+ * from the plugin that owns it and the drift is invisible: the misspelled or
43
+ * retired key is reported as unknown at most once, and the rule it named is
44
+ * simply absent from then on.
45
+ *
46
+ * @public
47
+ */
48
+ export declare const rules: NonNullable<OxlintConfig['rules']>;
49
+
50
+ export { }
@@ -0,0 +1,46 @@
1
+ import { OxlintConfig } from "oxlint";
2
+ //#region src/mod.d.ts
3
+ /**
4
+ * Built-in namespaces the enabled rules key on.
5
+ *
6
+ * Setting `plugins` REPLACES oxlint's default set rather than merging into it,
7
+ * and there is no flag that reveals the loss — only `--disable-oxc-plugin`. So
8
+ * `oxc` is listed explicitly: omitting it silently drops every oxc correctness
9
+ * rule while `correctness: 'error'` still reads as enabled.
10
+ *
11
+ * @public
12
+ */
13
+ declare const plugins: NonNullable<OxlintConfig['plugins']>;
14
+ /**
15
+ * Every rule this stack recommends, taken from each plugin's own
16
+ * `configs.recommended` rather than transcribed here. A copied rule list drifts
17
+ * from the plugin that owns it and the drift is invisible: the misspelled or
18
+ * retired key is reported as unknown at most once, and the rule it named is
19
+ * simply absent from then on.
20
+ *
21
+ * @public
22
+ */
23
+ declare const rules: NonNullable<OxlintConfig['rules']>;
24
+ /**
25
+ * Paths that are never source. Build output and generated declarations are the
26
+ * load-bearing entries: a `dist/` left unignored makes a type-aware run read
27
+ * emitted code and report findings no edit can fix.
28
+ *
29
+ * @public
30
+ */
31
+ declare const ignorePatterns: readonly string[];
32
+ /**
33
+ * The whole stack as one `extends`-consumable oxlint config, and this package's
34
+ * default export: `export default all` in an `oxlint.config.ts` delivers the
35
+ * plugins, type awareness, the correctness category, the stock defect and
36
+ * test-hygiene tiers, and every recommended cell rule at `error`.
37
+ *
38
+ * Type awareness is on, so a consumer needs a `tsconfig.json` that includes the
39
+ * files being linted; half of these rules produce no diagnostics without it and
40
+ * say nothing about being inert.
41
+ *
42
+ * @public
43
+ */
44
+ declare const all: OxlintConfig;
45
+ //#endregion
46
+ export { all as default, ignorePatterns, plugins, rules };
package/dist/index.mjs ADDED
@@ -0,0 +1,96 @@
1
+ import house from "@systemfsoftware/oxlint-plugin";
2
+ import cellVocabulary from "@systemfsoftware/oxlint-plugin-cell-vocabulary";
3
+ import effectDmmf from "@systemfsoftware/oxlint-plugin-effect-dmmf";
4
+ import effectEntrypoint from "@systemfsoftware/oxlint-plugin-effect-entrypoint";
5
+ import { options, overrides, plugins as plugins$1, rules as rules$1 } from "@systemfsoftware/oxlint-plugin-recommended";
6
+ //#region src/mod.ts
7
+ /**
8
+ * The custom plugins whose rules only exist once oxlint loads them. A rule
9
+ * configured without its plugin loaded is reported as unknown, not applied, so
10
+ * the specifier list and the rule list below are derived from the same imports.
11
+ *
12
+ * `import.meta.resolve` is what makes this work for an installed consumer: it
13
+ * resolves each specifier against this module's own location, so the plugins
14
+ * are found in the dependency tree that shipped them rather than in the
15
+ * consumer's project root.
16
+ */
17
+ const jsPlugins = [
18
+ import.meta.resolve("@systemfsoftware/oxlint-plugin"),
19
+ import.meta.resolve("@systemfsoftware/oxlint-plugin-cell-vocabulary"),
20
+ import.meta.resolve("@systemfsoftware/oxlint-plugin-effect-dmmf"),
21
+ import.meta.resolve("@systemfsoftware/oxlint-plugin-effect-entrypoint")
22
+ ];
23
+ /**
24
+ * Built-in namespaces the enabled rules key on.
25
+ *
26
+ * Setting `plugins` REPLACES oxlint's default set rather than merging into it,
27
+ * and there is no flag that reveals the loss — only `--disable-oxc-plugin`. So
28
+ * `oxc` is listed explicitly: omitting it silently drops every oxc correctness
29
+ * rule while `correctness: 'error'` still reads as enabled.
30
+ *
31
+ * @public
32
+ */
33
+ const plugins = [
34
+ ...plugins$1,
35
+ "jsdoc",
36
+ "node",
37
+ "oxc",
38
+ "promise"
39
+ ];
40
+ /**
41
+ * Every rule this stack recommends, taken from each plugin's own
42
+ * `configs.recommended` rather than transcribed here. A copied rule list drifts
43
+ * from the plugin that owns it and the drift is invisible: the misspelled or
44
+ * retired key is reported as unknown at most once, and the rule it named is
45
+ * simply absent from then on.
46
+ *
47
+ * @public
48
+ */
49
+ const rules = {
50
+ ...rules$1,
51
+ ...house.configs.recommended.rules,
52
+ ...cellVocabulary.configs.recommended.rules,
53
+ ...effectDmmf.configs.recommended.rules,
54
+ ...effectEntrypoint.configs.recommended.rules
55
+ };
56
+ /**
57
+ * Paths that are never source. Build output and generated declarations are the
58
+ * load-bearing entries: a `dist/` left unignored makes a type-aware run read
59
+ * emitted code and report findings no edit can fix.
60
+ *
61
+ * @public
62
+ */
63
+ const ignorePatterns = [
64
+ "**/node_modules/**",
65
+ "**/dist/**",
66
+ "**/build/**",
67
+ "**/out/**",
68
+ "**/coverage/**",
69
+ "**/.turbo/**",
70
+ "**/.stryker-tmp/**",
71
+ "**/*.d.ts",
72
+ "**/*.tsbuildinfo"
73
+ ];
74
+ /**
75
+ * The whole stack as one `extends`-consumable oxlint config, and this package's
76
+ * default export: `export default all` in an `oxlint.config.ts` delivers the
77
+ * plugins, type awareness, the correctness category, the stock defect and
78
+ * test-hygiene tiers, and every recommended cell rule at `error`.
79
+ *
80
+ * Type awareness is on, so a consumer needs a `tsconfig.json` that includes the
81
+ * files being linted; half of these rules produce no diagnostics without it and
82
+ * say nothing about being inert.
83
+ *
84
+ * @public
85
+ */
86
+ const all = {
87
+ plugins: [...plugins],
88
+ jsPlugins: [...jsPlugins],
89
+ options: { ...options },
90
+ categories: { correctness: "error" },
91
+ rules: { ...rules },
92
+ overrides: [...overrides],
93
+ ignorePatterns: [...ignorePatterns]
94
+ };
95
+ //#endregion
96
+ export { all as default, ignorePatterns, plugins, rules };
package/package.json ADDED
@@ -0,0 +1,153 @@
1
+ {
2
+ "name": "@systemfsoftware/all",
3
+ "license": "Apache-2.0",
4
+ "version": "0.1.0",
5
+ "author": "Ryan Lee <drdgvhbh@gmail.com>",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/systemfsoftware/systemfsoftware.git",
9
+ "directory": "packages/all"
10
+ },
11
+ "homepage": "https://github.com/systemfsoftware/systemfsoftware/tree/main/packages/all#readme",
12
+ "bugs": "https://github.com/systemfsoftware/systemfsoftware/issues",
13
+ "description": "The whole stack in one install: every published @systemfsoftware package, plus an oxlint preset whose default export turns on every recommended cell rule — the workflow, schema, test-placement, property-testing, hygiene and vocabulary tiers — without any repo-internal config.",
14
+ "keywords": [
15
+ "effect",
16
+ "effect-ts",
17
+ "cell-architecture",
18
+ "oxlint",
19
+ "oxlint-config",
20
+ "preset",
21
+ "meta-package",
22
+ "monorepo",
23
+ "schema",
24
+ "workflow",
25
+ "typescript"
26
+ ],
27
+ "type": "module",
28
+ "files": [
29
+ "dist"
30
+ ],
31
+ "dependencies": {
32
+ "@systemfsoftware/arethetypeswrong-cli": "^1.1.1",
33
+ "@systemfsoftware/arethetypeswrong-core": "^1.1.1",
34
+ "@systemfsoftware/effect-atom": "^0.5.3",
35
+ "@systemfsoftware/effect-atom-react": "^0.5.0",
36
+ "@systemfsoftware/effect-daemon-spec": "^0.7.2",
37
+ "@systemfsoftware/effect-cell-types": "^1.0.1",
38
+ "@systemfsoftware/effect-memfs": "^1.1.1",
39
+ "@systemfsoftware/effect-schema-extensions": "^0.7.1",
40
+ "@systemfsoftware/effect-gherkin-spec": "^0.5.1",
41
+ "@systemfsoftware/effect-schema-law": "^0.6.1",
42
+ "@systemfsoftware/effect-schema-vite": "^1.5.1",
43
+ "@systemfsoftware/hex-schema": "^1.6.3",
44
+ "@systemfsoftware/omp-agent-discipline": "^1.5.2",
45
+ "@systemfsoftware/oxlint-plugin": "^0.4.2",
46
+ "@systemfsoftware/omp-claude-compat": "^1.7.0",
47
+ "@systemfsoftware/oxlint-plugin-cell-vocabulary": "^1.0.0",
48
+ "@systemfsoftware/oxlint-plugin-effect-dmmf": "^1.3.1",
49
+ "@systemfsoftware/oxlint-plugin-effect-entrypoint": "^1.0.2",
50
+ "@systemfsoftware/oxlint-plugin-effect-schema": "^1.1.2",
51
+ "@systemfsoftware/oxlint-plugin-property-testing": "^1.1.2",
52
+ "@systemfsoftware/oxlint-plugin-effect-workflow": "^1.6.2",
53
+ "@systemfsoftware/oxlint-plugin-test-hygiene": "^1.1.2",
54
+ "@systemfsoftware/oxlint-plugin-recommended": "^1.1.1",
55
+ "@systemfsoftware/oxlint-plugin-test-placement": "^1.2.2",
56
+ "@systemfsoftware/rx-effect": "^0.5.1",
57
+ "@systemfsoftware/storybook-gherkin": "^0.1.0",
58
+ "@systemfsoftware/stryker-js-cli": "^1.2.5",
59
+ "@systemfsoftware/stryker-js-mutation-run": "^1.2.5",
60
+ "@systemfsoftware/stryker-js-mutation-report": "^1.2.5",
61
+ "@systemfsoftware/stryker-js-typescript-checker": "^1.2.3",
62
+ "@systemfsoftware/stryker-js-plugin-api": "^0.1.0",
63
+ "@systemfsoftware/stryker-js-vitest-runner": "^0.1.0",
64
+ "@systemfsoftware/stryker-plugins": "^0.11.0",
65
+ "@systemfsoftware/tsconfig": "^1.3.1"
66
+ },
67
+ "devDependencies": {
68
+ "@microsoft/api-extractor": "^7.58.7",
69
+ "@types/node": "^24",
70
+ "effect": "4.0.0-rc.108",
71
+ "oxlint": "^1.77.0",
72
+ "oxlint-tsgolint": ">=0.24.0",
73
+ "rimraf": "^6.1.3",
74
+ "tsdown": "^0.22.14",
75
+ "typescript": "^7",
76
+ "vitest": "^4.1.10",
77
+ "@systemfsoftware/oxlint-config": "^0.1.0",
78
+ "@systemfsoftware/vitest-config": "^0.1.0"
79
+ },
80
+ "peerDependencies": {
81
+ "@effect/platform-node": "^4.0.0-rc.108",
82
+ "@effect/vitest": "4.0.0-rc.108",
83
+ "@oh-my-pi/pi-coding-agent": "^17.0.5",
84
+ "@stryker-mutator/api": "^9.6.1",
85
+ "effect": "4.0.0-rc.108",
86
+ "oxlint": "^1.77.0",
87
+ "oxlint-tsgolint": ">=0.24.0",
88
+ "react": "^19.2.8",
89
+ "react-dom": "^19.2.8",
90
+ "rxjs": "^7",
91
+ "scheduler": "*",
92
+ "storybook": ">=10.0.0",
93
+ "typescript": ">=5.0.0",
94
+ "vite": ">5.0.0",
95
+ "vitest": ">=4.1.0 <5.0.0"
96
+ },
97
+ "peerDependenciesMeta": {
98
+ "@effect/platform-node": {
99
+ "optional": true
100
+ },
101
+ "@effect/vitest": {
102
+ "optional": true
103
+ },
104
+ "@oh-my-pi/pi-coding-agent": {
105
+ "optional": true
106
+ },
107
+ "@stryker-mutator/api": {
108
+ "optional": true
109
+ },
110
+ "react": {
111
+ "optional": true
112
+ },
113
+ "react-dom": {
114
+ "optional": true
115
+ },
116
+ "rxjs": {
117
+ "optional": true
118
+ },
119
+ "scheduler": {
120
+ "optional": true
121
+ },
122
+ "storybook": {
123
+ "optional": true
124
+ },
125
+ "vite": {
126
+ "optional": true
127
+ },
128
+ "vitest": {
129
+ "optional": true
130
+ }
131
+ },
132
+ "publishConfig": {
133
+ "provenance": true
134
+ },
135
+ "exports": {
136
+ ".": {
137
+ "types": "./dist/all.d.ts",
138
+ "default": "./dist/index.mjs"
139
+ },
140
+ "./package.json": "./package.json"
141
+ },
142
+ "scripts": {
143
+ "clean": "rimraf dist",
144
+ "build": "tsdown && pnpm api:check",
145
+ "typecheck": "tsc --noEmit --incremental",
146
+ "test": "vitest run",
147
+ "test:run": "vitest run",
148
+ "api:check": "api-extractor run",
149
+ "api:update": "api-extractor run --local",
150
+ "lint": "f=${OXLINT_FORMAT:-${AGENT:+agent}}; oxlint . --format=${f:-default}",
151
+ "attw": "attw --pack ."
152
+ }
153
+ }