@storm-software/config-tools 1.136.0 → 1.136.2
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/README.md +1 -1
- package/dist/{chunk-C7HSZII7.js → chunk-4G53WV36.js} +2 -2
- package/dist/{chunk-BD24V6H5.mjs → chunk-GGHT6SHJ.mjs} +2 -2
- package/dist/{chunk-XVKAQI34.mjs → chunk-N26MGDK7.mjs} +1 -1
- package/dist/{chunk-EVQ2JHE4.js → chunk-VQWPM5RA.js} +4 -4
- package/dist/config-file/get-config-file.js +2 -2
- package/dist/config-file/get-config-file.mjs +1 -1
- package/dist/config-file/index.js +2 -2
- package/dist/config-file/index.mjs +1 -1
- package/dist/create-storm-config.js +3 -3
- package/dist/create-storm-config.mjs +2 -2
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/package.json +210 -1
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -490,7 +490,7 @@ var getConfigFileByName = /* @__PURE__ */ _chunkRBSVNX4Wjs.__name.call(void 0, a
|
|
|
490
490
|
envName: _optionalChain([fileName, 'optionalAccess', _9 => _9.toUpperCase, 'call', _10 => _10()]),
|
|
491
491
|
jitiOptions: {
|
|
492
492
|
debug: false,
|
|
493
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkJYGRRNZPjs.joinPaths.call(void 0, process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "
|
|
493
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkJYGRRNZPjs.joinPaths.call(void 0, process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
|
|
494
494
|
},
|
|
495
495
|
...options
|
|
496
496
|
});
|
|
@@ -502,7 +502,7 @@ var getConfigFileByName = /* @__PURE__ */ _chunkRBSVNX4Wjs.__name.call(void 0, a
|
|
|
502
502
|
envName: _optionalChain([fileName, 'optionalAccess', _11 => _11.toUpperCase, 'call', _12 => _12()]),
|
|
503
503
|
jitiOptions: {
|
|
504
504
|
debug: false,
|
|
505
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkJYGRRNZPjs.joinPaths.call(void 0, process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "
|
|
505
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkJYGRRNZPjs.joinPaths.call(void 0, process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
|
|
506
506
|
},
|
|
507
507
|
configFile: fileName,
|
|
508
508
|
...options
|
|
@@ -490,7 +490,7 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
|
|
|
490
490
|
envName: fileName?.toUpperCase(),
|
|
491
491
|
jitiOptions: {
|
|
492
492
|
debug: false,
|
|
493
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "
|
|
493
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
|
|
494
494
|
},
|
|
495
495
|
...options
|
|
496
496
|
});
|
|
@@ -502,7 +502,7 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
|
|
|
502
502
|
envName: fileName?.toUpperCase(),
|
|
503
503
|
jitiOptions: {
|
|
504
504
|
debug: false,
|
|
505
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "
|
|
505
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
|
|
506
506
|
},
|
|
507
507
|
configFile: fileName,
|
|
508
508
|
...options
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk4G53WV36js = require('./chunk-4G53WV36.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
@@ -40,7 +40,7 @@ var createStormConfig = /* @__PURE__ */ _chunkRBSVNX4Wjs.__name.call(void 0, (ex
|
|
|
40
40
|
if (!_optionalChain([_static_cache, 'optionalAccess', _ => _.data]) || !_optionalChain([_static_cache, 'optionalAccess', _2 => _2.timestamp]) || _static_cache.timestamp < Date.now() - 3e4) {
|
|
41
41
|
const config = _chunkAYVEVLX7js.getConfigEnv.call(void 0, );
|
|
42
42
|
const defaultConfig = _chunkUNJVNXY7js.getDefaultConfig.call(void 0, workspaceRoot);
|
|
43
|
-
result = _chunk7LUIP6PQjs.StormConfigSchema.parse(
|
|
43
|
+
result = _chunk7LUIP6PQjs.StormConfigSchema.parse(_chunk4G53WV36js.defu.call(void 0, config, defaultConfig));
|
|
44
44
|
result.workspaceRoot ??= defaultConfig.workspaceRoot || _chunkT7WO327Sjs.findWorkspaceRoot.call(void 0, workspaceRoot);
|
|
45
45
|
} else {
|
|
46
46
|
result = _static_cache.data;
|
|
@@ -81,13 +81,13 @@ var loadStormConfig = /* @__PURE__ */ _chunkRBSVNX4Wjs.__name.call(void 0, async
|
|
|
81
81
|
if (!_workspaceRoot) {
|
|
82
82
|
_workspaceRoot = _chunkT7WO327Sjs.findWorkspaceRoot.call(void 0, );
|
|
83
83
|
}
|
|
84
|
-
const configFile = await
|
|
84
|
+
const configFile = await _chunk4G53WV36js.getConfigFile.call(void 0, _workspaceRoot);
|
|
85
85
|
if (!configFile) {
|
|
86
86
|
_chunkTOFECHBMjs.writeWarning.call(void 0, "No Storm config file found in the current workspace. Please ensure this is the expected behavior - you can add a `storm.json` file to the root of your workspace if it is not.\n", {
|
|
87
87
|
logLevel: "all"
|
|
88
88
|
});
|
|
89
89
|
}
|
|
90
|
-
config =
|
|
90
|
+
config = _chunk4G53WV36js.defu.call(void 0, _chunkAYVEVLX7js.getConfigEnv.call(void 0, ), configFile, _chunkUNJVNXY7js.getDefaultConfig.call(void 0, _workspaceRoot));
|
|
91
91
|
_chunkCO2NVYPRjs.setConfigEnv.call(void 0, config);
|
|
92
92
|
_chunkTOFECHBMjs.writeTrace.call(void 0, `\u2699\uFE0F Using Storm configuration:
|
|
93
93
|
${_chunkTOFECHBMjs.formatLogMessage.call(void 0, config)}`, config);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk4G53WV36js = require('../chunk-4G53WV36.js');
|
|
5
5
|
require('../chunk-22DJFJ62.js');
|
|
6
6
|
require('../chunk-7GSJ2YLJ.js');
|
|
7
7
|
require('../chunk-SSRF7DP6.js');
|
|
@@ -23,4 +23,4 @@ require('../chunk-RBSVNX4W.js');
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
exports.getConfigFile =
|
|
26
|
+
exports.getConfigFile = _chunk4G53WV36js.getConfigFile; exports.getConfigFileByName = _chunk4G53WV36js.getConfigFileByName;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunk4G53WV36js = require('../chunk-4G53WV36.js');
|
|
6
6
|
require('../chunk-22DJFJ62.js');
|
|
7
7
|
require('../chunk-7GSJ2YLJ.js');
|
|
8
8
|
require('../chunk-SSRF7DP6.js');
|
|
@@ -24,4 +24,4 @@ require('../chunk-RBSVNX4W.js');
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
exports.getConfigFile =
|
|
27
|
+
exports.getConfigFile = _chunk4G53WV36js.getConfigFile; exports.getConfigFileByName = _chunk4G53WV36js.getConfigFileByName;
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
7
|
-
require('./chunk-
|
|
6
|
+
var _chunkVQWPM5RAjs = require('./chunk-VQWPM5RA.js');
|
|
7
|
+
require('./chunk-4G53WV36.js');
|
|
8
8
|
require('./chunk-22DJFJ62.js');
|
|
9
9
|
require('./chunk-7GSJ2YLJ.js');
|
|
10
10
|
require('./chunk-SSRF7DP6.js');
|
|
@@ -30,4 +30,4 @@ require('./chunk-RBSVNX4W.js');
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
exports.createConfig =
|
|
33
|
+
exports.createConfig = _chunkVQWPM5RAjs.createConfig; exports.createConfigExtension = _chunkVQWPM5RAjs.createConfigExtension; exports.createStormConfig = _chunkVQWPM5RAjs.createStormConfig; exports.loadStormConfig = _chunkVQWPM5RAjs.loadStormConfig;
|
|
@@ -3,8 +3,8 @@ import {
|
|
|
3
3
|
createConfigExtension,
|
|
4
4
|
createStormConfig,
|
|
5
5
|
loadStormConfig
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-N26MGDK7.mjs";
|
|
7
|
+
import "./chunk-GGHT6SHJ.mjs";
|
|
8
8
|
import "./chunk-LQGTS5ON.mjs";
|
|
9
9
|
import "./chunk-LJLITR54.mjs";
|
|
10
10
|
import "./chunk-Y7RRG653.mjs";
|
package/dist/index.js
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkVQWPM5RAjs = require('./chunk-VQWPM5RA.js');
|
|
8
8
|
require('./chunk-OLORJVVT.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
var
|
|
12
|
+
var _chunk4G53WV36js = require('./chunk-4G53WV36.js');
|
|
13
13
|
require('./chunk-22DJFJ62.js');
|
|
14
14
|
|
|
15
15
|
|
|
@@ -141,4 +141,4 @@ _chunkRBSVNX4Wjs.init_cjs_shims.call(void 0, );
|
|
|
141
141
|
|
|
142
142
|
|
|
143
143
|
|
|
144
|
-
exports.CONSOLE_ICONS = _chunk6AYXKAF5js.CONSOLE_ICONS; exports.DEFAULT_COLOR_CONFIG = _chunkUNJVNXY7js.DEFAULT_COLOR_CONFIG; exports.LARGE_BUFFER = _chunkZ5UYG3QUjs.LARGE_BUFFER; exports.LogLevel = _chunkOQLT27Y3js.LogLevel; exports.LogLevelLabel = _chunkOQLT27Y3js.LogLevelLabel; exports.applyWorkspaceBaseTokens = _chunkVK6ZC6XPjs.applyWorkspaceBaseTokens; exports.applyWorkspaceProjectTokens = _chunkVK6ZC6XPjs.applyWorkspaceProjectTokens; exports.applyWorkspaceTokens = _chunkVK6ZC6XPjs.applyWorkspaceTokens; exports.correctPaths = _chunkJYGRRNZPjs.correctPaths; exports.createConfig =
|
|
144
|
+
exports.CONSOLE_ICONS = _chunk6AYXKAF5js.CONSOLE_ICONS; exports.DEFAULT_COLOR_CONFIG = _chunkUNJVNXY7js.DEFAULT_COLOR_CONFIG; exports.LARGE_BUFFER = _chunkZ5UYG3QUjs.LARGE_BUFFER; exports.LogLevel = _chunkOQLT27Y3js.LogLevel; exports.LogLevelLabel = _chunkOQLT27Y3js.LogLevelLabel; exports.applyWorkspaceBaseTokens = _chunkVK6ZC6XPjs.applyWorkspaceBaseTokens; exports.applyWorkspaceProjectTokens = _chunkVK6ZC6XPjs.applyWorkspaceProjectTokens; exports.applyWorkspaceTokens = _chunkVK6ZC6XPjs.applyWorkspaceTokens; exports.correctPaths = _chunkJYGRRNZPjs.correctPaths; exports.createConfig = _chunkVQWPM5RAjs.createConfig; exports.createConfigExtension = _chunkVQWPM5RAjs.createConfigExtension; exports.createStormConfig = _chunkVQWPM5RAjs.createStormConfig; exports.exitWithError = _chunkSSRF7DP6js.exitWithError; exports.exitWithSuccess = _chunkSSRF7DP6js.exitWithSuccess; exports.findFileName = _chunk7GSJ2YLJjs.findFileName; exports.findWorkspaceRoot = _chunkT7WO327Sjs.findWorkspaceRoot; exports.findWorkspaceRootSafe = _chunkT7WO327Sjs.findWorkspaceRootSafe; exports.formatLogMessage = _chunkTOFECHBMjs.formatLogMessage; exports.formatTimestamp = _chunkPYKV5UE3js.formatTimestamp; exports.getChalk = _chunkPYET3L7Xjs.getChalk; exports.getConfigEnv = _chunkAYVEVLX7js.getConfigEnv; exports.getConfigFile = _chunk4G53WV36js.getConfigFile; exports.getConfigFileByName = _chunk4G53WV36js.getConfigFileByName; exports.getDefaultConfig = _chunkUNJVNXY7js.getDefaultConfig; exports.getExtensionEnv = _chunkAYVEVLX7js.getExtensionEnv; exports.getLogFn = _chunkTOFECHBMjs.getLogFn; exports.getLogLevel = _chunkT3JLYD7Fjs.getLogLevel; exports.getLogLevelLabel = _chunkT3JLYD7Fjs.getLogLevelLabel; exports.getStopwatch = _chunkTOFECHBMjs.getStopwatch; exports.handleProcess = _chunkSSRF7DP6js.handleProcess; exports.isUnicodeSupported = _chunkSEQZA3NMjs.isUnicodeSupported; exports.isVerbose = _chunkT3JLYD7Fjs.isVerbose; exports.joinPaths = _chunkJYGRRNZPjs.joinPaths; exports.loadStormConfig = _chunkVQWPM5RAjs.loadStormConfig; exports.removeExtension = _chunk7GSJ2YLJjs.removeExtension; exports.run = _chunkZ5UYG3QUjs.run; exports.runAsync = _chunkZ5UYG3QUjs.runAsync; exports.setConfigEnv = _chunkCO2NVYPRjs.setConfigEnv; exports.setExtensionEnv = _chunkCO2NVYPRjs.setExtensionEnv; exports.writeDebug = _chunkTOFECHBMjs.writeDebug; exports.writeError = _chunkTOFECHBMjs.writeError; exports.writeFatal = _chunkTOFECHBMjs.writeFatal; exports.writeInfo = _chunkTOFECHBMjs.writeInfo; exports.writeSuccess = _chunkTOFECHBMjs.writeSuccess; exports.writeSystem = _chunkTOFECHBMjs.writeSystem; exports.writeTrace = _chunkTOFECHBMjs.writeTrace; exports.writeWarning = _chunkTOFECHBMjs.writeWarning;
|
package/dist/index.mjs
CHANGED
|
@@ -4,12 +4,12 @@ import {
|
|
|
4
4
|
createConfigExtension,
|
|
5
5
|
createStormConfig,
|
|
6
6
|
loadStormConfig
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-N26MGDK7.mjs";
|
|
8
8
|
import "./chunk-5GHDZSSH.mjs";
|
|
9
9
|
import {
|
|
10
10
|
getConfigFile,
|
|
11
11
|
getConfigFileByName
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-GGHT6SHJ.mjs";
|
|
13
13
|
import "./chunk-LQGTS5ON.mjs";
|
|
14
14
|
import {
|
|
15
15
|
findFileName,
|
package/package.json
CHANGED
|
@@ -1 +1,210 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"name": "@storm-software/config-tools",
|
|
3
|
+
"version": "1.136.2",
|
|
4
|
+
"description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "github",
|
|
7
|
+
"url": "https://github.com/storm-software/storm-ops",
|
|
8
|
+
"directory": "packages/config-tools"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://stormsoftware.com",
|
|
11
|
+
"bugs": {
|
|
12
|
+
"url": "https://stormsoftware.com/support",
|
|
13
|
+
"email": "support@stormsoftware.com"
|
|
14
|
+
},
|
|
15
|
+
"author": {
|
|
16
|
+
"name": "Storm Software",
|
|
17
|
+
"email": "contact@stormsoftware.com",
|
|
18
|
+
"url": "https://stormsoftware.com"
|
|
19
|
+
},
|
|
20
|
+
"contributors": [
|
|
21
|
+
{
|
|
22
|
+
"name": "Storm Software",
|
|
23
|
+
"email": "contact@stormsoftware.com",
|
|
24
|
+
"url": "https://stormsoftware.com"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"funding": {
|
|
28
|
+
"type": "github",
|
|
29
|
+
"url": "https://github.com/sponsors/storm-software"
|
|
30
|
+
},
|
|
31
|
+
"license": "Apache-2.0",
|
|
32
|
+
"private": false,
|
|
33
|
+
"main": "./dist/index.js",
|
|
34
|
+
"module": "./dist/index.mjs",
|
|
35
|
+
"exports": {
|
|
36
|
+
"./package.json": "./package.json",
|
|
37
|
+
"./types": {
|
|
38
|
+
"import": {
|
|
39
|
+
"types": "./dist/types.d.mts",
|
|
40
|
+
"default": "./dist/types.mjs"
|
|
41
|
+
},
|
|
42
|
+
"require": { "types": "./dist/types.d.ts", "default": "./dist/types.js" },
|
|
43
|
+
"default": { "types": "./dist/types.d.ts", "default": "./dist/types.js" }
|
|
44
|
+
},
|
|
45
|
+
"./index": {
|
|
46
|
+
"import": {
|
|
47
|
+
"types": "./dist/index.d.mts",
|
|
48
|
+
"default": "./dist/index.mjs"
|
|
49
|
+
},
|
|
50
|
+
"require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
|
|
51
|
+
"default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
|
|
52
|
+
},
|
|
53
|
+
".": {
|
|
54
|
+
"import": {
|
|
55
|
+
"types": "./dist/index.d.mts",
|
|
56
|
+
"default": "./dist/index.mjs"
|
|
57
|
+
},
|
|
58
|
+
"require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
|
|
59
|
+
"default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
|
|
60
|
+
},
|
|
61
|
+
"./create-storm-config": {
|
|
62
|
+
"import": {
|
|
63
|
+
"types": "./dist/create-storm-config.d.mts",
|
|
64
|
+
"default": "./dist/create-storm-config.mjs"
|
|
65
|
+
},
|
|
66
|
+
"require": {
|
|
67
|
+
"types": "./dist/create-storm-config.d.ts",
|
|
68
|
+
"default": "./dist/create-storm-config.js"
|
|
69
|
+
},
|
|
70
|
+
"default": {
|
|
71
|
+
"types": "./dist/create-storm-config.d.ts",
|
|
72
|
+
"default": "./dist/create-storm-config.js"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"./config-file": {
|
|
76
|
+
"import": {
|
|
77
|
+
"types": "./dist/config-file/index.d.mts",
|
|
78
|
+
"default": "./dist/config-file/index.mjs"
|
|
79
|
+
},
|
|
80
|
+
"require": {
|
|
81
|
+
"types": "./dist/config-file/index.d.ts",
|
|
82
|
+
"default": "./dist/config-file/index.js"
|
|
83
|
+
},
|
|
84
|
+
"default": {
|
|
85
|
+
"types": "./dist/config-file/index.d.ts",
|
|
86
|
+
"default": "./dist/config-file/index.js"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"./config-file/*": {
|
|
90
|
+
"import": {
|
|
91
|
+
"types": "./dist/config-file/*.d.mts",
|
|
92
|
+
"default": "./dist/config-file/*.mjs"
|
|
93
|
+
},
|
|
94
|
+
"require": {
|
|
95
|
+
"types": "./dist/config-file/*.d.ts",
|
|
96
|
+
"default": "./dist/config-file/*.js"
|
|
97
|
+
},
|
|
98
|
+
"default": {
|
|
99
|
+
"types": "./dist/config-file/*.d.ts",
|
|
100
|
+
"default": "./dist/config-file/*.js"
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"./env": {
|
|
104
|
+
"import": {
|
|
105
|
+
"types": "./dist/env/index.d.mts",
|
|
106
|
+
"default": "./dist/env/index.mjs"
|
|
107
|
+
},
|
|
108
|
+
"require": {
|
|
109
|
+
"types": "./dist/env/index.d.ts",
|
|
110
|
+
"default": "./dist/env/index.js"
|
|
111
|
+
},
|
|
112
|
+
"default": {
|
|
113
|
+
"types": "./dist/env/index.d.ts",
|
|
114
|
+
"default": "./dist/env/index.js"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"./env/*": {
|
|
118
|
+
"import": {
|
|
119
|
+
"types": "./dist/env/*.d.mts",
|
|
120
|
+
"default": "./dist/env/*.mjs"
|
|
121
|
+
},
|
|
122
|
+
"require": { "types": "./dist/env/*.d.ts", "default": "./dist/env/*.js" },
|
|
123
|
+
"default": { "types": "./dist/env/*.d.ts", "default": "./dist/env/*.js" }
|
|
124
|
+
},
|
|
125
|
+
"./logger": {
|
|
126
|
+
"import": {
|
|
127
|
+
"types": "./dist/logger/index.d.mts",
|
|
128
|
+
"default": "./dist/logger/index.mjs"
|
|
129
|
+
},
|
|
130
|
+
"require": {
|
|
131
|
+
"types": "./dist/logger/index.d.ts",
|
|
132
|
+
"default": "./dist/logger/index.js"
|
|
133
|
+
},
|
|
134
|
+
"default": {
|
|
135
|
+
"types": "./dist/logger/index.d.ts",
|
|
136
|
+
"default": "./dist/logger/index.js"
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
"./logger/*": {
|
|
140
|
+
"import": {
|
|
141
|
+
"types": "./dist/logger/*.d.mts",
|
|
142
|
+
"default": "./dist/logger/*.mjs"
|
|
143
|
+
},
|
|
144
|
+
"require": {
|
|
145
|
+
"types": "./dist/logger/*.d.ts",
|
|
146
|
+
"default": "./dist/logger/*.js"
|
|
147
|
+
},
|
|
148
|
+
"default": {
|
|
149
|
+
"types": "./dist/logger/*.d.ts",
|
|
150
|
+
"default": "./dist/logger/*.js"
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
"./utilities": {
|
|
154
|
+
"import": {
|
|
155
|
+
"types": "./dist/utilities/index.d.mts",
|
|
156
|
+
"default": "./dist/utilities/index.mjs"
|
|
157
|
+
},
|
|
158
|
+
"require": {
|
|
159
|
+
"types": "./dist/utilities/index.d.ts",
|
|
160
|
+
"default": "./dist/utilities/index.js"
|
|
161
|
+
},
|
|
162
|
+
"default": {
|
|
163
|
+
"types": "./dist/utilities/index.d.ts",
|
|
164
|
+
"default": "./dist/utilities/index.js"
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
"./utilities/*": {
|
|
168
|
+
"import": {
|
|
169
|
+
"types": "./dist/utilities/*.d.mts",
|
|
170
|
+
"default": "./dist/utilities/*.mjs"
|
|
171
|
+
},
|
|
172
|
+
"require": {
|
|
173
|
+
"types": "./dist/utilities/*.d.ts",
|
|
174
|
+
"default": "./dist/utilities/*.js"
|
|
175
|
+
},
|
|
176
|
+
"default": {
|
|
177
|
+
"types": "./dist/utilities/*.d.ts",
|
|
178
|
+
"default": "./dist/utilities/*.js"
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
},
|
|
182
|
+
"types": "./dist/index.d.ts",
|
|
183
|
+
"files": ["dist/**/*"],
|
|
184
|
+
"keywords": [
|
|
185
|
+
"storm-stack",
|
|
186
|
+
"storm-software",
|
|
187
|
+
"storm",
|
|
188
|
+
"stormstack",
|
|
189
|
+
"storm-ops",
|
|
190
|
+
"acidic",
|
|
191
|
+
"acidic-lang",
|
|
192
|
+
"acidic-model",
|
|
193
|
+
"cyclone-ui",
|
|
194
|
+
"nextjs",
|
|
195
|
+
"prisma",
|
|
196
|
+
"graphql",
|
|
197
|
+
"sullivanpj",
|
|
198
|
+
"monorepo"
|
|
199
|
+
],
|
|
200
|
+
"dependencies": { "zod": "^3.24.0" },
|
|
201
|
+
"devDependencies": {
|
|
202
|
+
"@types/node": "^22.10.2",
|
|
203
|
+
"c12": "^2.0.0-beta.2",
|
|
204
|
+
"chalk": "^4.1.2",
|
|
205
|
+
"defu": "6.1.4",
|
|
206
|
+
"tsup": "8.3.5"
|
|
207
|
+
},
|
|
208
|
+
"publishConfig": { "access": "public" },
|
|
209
|
+
"sideEffects": false
|
|
210
|
+
}
|