@storm-software/build-tools 0.128.0 → 0.129.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/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
- [![Version](https://img.shields.io/badge/version-0.127.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.128.1-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -31,7 +31,7 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
31
31
  envName: fileName?.toUpperCase(),
32
32
  jitiOptions: {
33
33
  debug: false,
34
- fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "config")
34
+ fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
35
35
  },
36
36
  ...options
37
37
  });
@@ -43,7 +43,7 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
43
43
  envName: fileName?.toUpperCase(),
44
44
  jitiOptions: {
45
45
  debug: false,
46
- fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "config")
46
+ fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
47
47
  },
48
48
  configFile: fileName,
49
49
  ...options
@@ -31,7 +31,7 @@ var getConfigFileByName = /* @__PURE__ */ _chunkSHUYVCIDjs.__name.call(void 0, a
31
31
  envName: _optionalChain([fileName, 'optionalAccess', _ => _.toUpperCase, 'call', _2 => _2()]),
32
32
  jitiOptions: {
33
33
  debug: false,
34
- fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkXBT3NCKQjs.joinPaths.call(void 0, process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "config")
34
+ fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkXBT3NCKQjs.joinPaths.call(void 0, process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
35
35
  },
36
36
  ...options
37
37
  });
@@ -43,7 +43,7 @@ var getConfigFileByName = /* @__PURE__ */ _chunkSHUYVCIDjs.__name.call(void 0, a
43
43
  envName: _optionalChain([fileName, 'optionalAccess', _3 => _3.toUpperCase, 'call', _4 => _4()]),
44
44
  jitiOptions: {
45
45
  debug: false,
46
- fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkXBT3NCKQjs.joinPaths.call(void 0, process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "config")
46
+ fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkXBT3NCKQjs.joinPaths.call(void 0, process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
47
47
  },
48
48
  configFile: fileName,
49
49
  ...options
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  readNxConfig
3
- } from "./chunk-6ZO43IAV.mjs";
3
+ } from "./chunk-D6ENTCRA.mjs";
4
4
  import {
5
5
  isVerbose,
6
6
  joinPaths,
@@ -1,6 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } 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
- var _chunkGNHY7YODjs = require('./chunk-GNHY7YOD.js');
3
+ var _chunkSNIQBLRYjs = require('./chunk-SNIQBLRY.js');
4
4
 
5
5
 
6
6
 
@@ -45,7 +45,7 @@ var copyAssets = /* @__PURE__ */ _chunkSHUYVCIDjs.__name.call(void 0, async (con
45
45
  output: "src/"
46
46
  });
47
47
  }
48
- const nxJson = _chunkGNHY7YODjs.readNxConfig.call(void 0, config.workspaceRoot);
48
+ const nxJson = _chunkSNIQBLRYjs.readNxConfig.call(void 0, config.workspaceRoot);
49
49
  const projectGraph = _devkit.readCachedProjectGraph.call(void 0, );
50
50
  const projectsConfigurations = _devkit.readProjectsConfigurationFromProjectGraph.call(void 0, projectGraph);
51
51
  if (!_optionalChain([projectsConfigurations, 'optionalAccess', _7 => _7.projects, 'optionalAccess', _8 => _8[projectName]])) {
package/dist/index.js CHANGED
@@ -5,10 +5,10 @@
5
5
  var _chunkJP4YIUPAjs = require('./chunk-JP4YIUPA.js');
6
6
 
7
7
 
8
- var _chunkFNPD6F2Gjs = require('./chunk-FNPD6F2G.js');
8
+ var _chunkYSTDNKC3js = require('./chunk-YSTDNKC3.js');
9
9
 
10
10
 
11
- var _chunkGNHY7YODjs = require('./chunk-GNHY7YOD.js');
11
+ var _chunkSNIQBLRYjs = require('./chunk-SNIQBLRY.js');
12
12
 
13
13
 
14
14
 
@@ -80,4 +80,4 @@ require('./chunk-SHUYVCID.js');
80
80
 
81
81
 
82
82
 
83
- exports.DEFAULT_COMPILED_BANNER = _chunk2KEW5JJ7js.DEFAULT_COMPILED_BANNER; exports.DEFAULT_ENVIRONMENT = _chunk2KEW5JJ7js.DEFAULT_ENVIRONMENT; exports.DEFAULT_ORGANIZATION = _chunk2KEW5JJ7js.DEFAULT_ORGANIZATION; exports.DEFAULT_PLATFORM = _chunk2KEW5JJ7js.DEFAULT_PLATFORM; exports.DEFAULT_TARGET = _chunk2KEW5JJ7js.DEFAULT_TARGET; exports.addPackageDependencies = _chunkNJSGHMCUjs.addPackageDependencies; exports.addPackageJsonExport = _chunkNJSGHMCUjs.addPackageJsonExport; exports.addPackageJsonExports = _chunkNJSGHMCUjs.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkNJSGHMCUjs.addWorkspacePackageJsonFields; exports.analyze = _chunkNYV6SVCQjs.analyze; exports.copyAssets = _chunkFNPD6F2Gjs.copyAssets; exports.createTaskId = _chunkJP4YIUPAjs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkJP4YIUPAjs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunk35CAZTPPjs.getEntryPoints; exports.getEnv = _chunkIZKGYT3Djs.getEnv; exports.getExternalDependencies = _chunkVSAQXEXDjs.getExternalDependencies; exports.getExtraDependencies = _chunkVSAQXEXDjs.getExtraDependencies; exports.getFileBanner = _chunkPBTSVWXLjs.getFileBanner; exports.getInternalDependencies = _chunkVSAQXEXDjs.getInternalDependencies; exports.getOutExtension = _chunkTWCCJQYFjs.getOutExtension; exports.readNxConfig = _chunkGNHY7YODjs.readNxConfig; exports.swc = _chunk2TV7ZJSKjs.swc; exports.tsResolvePlugin = _chunk6DW2UIEMjs.tsResolvePlugin; exports.typeDefinitions = _chunkY3HRAWPUjs.typeDefinitions;
83
+ exports.DEFAULT_COMPILED_BANNER = _chunk2KEW5JJ7js.DEFAULT_COMPILED_BANNER; exports.DEFAULT_ENVIRONMENT = _chunk2KEW5JJ7js.DEFAULT_ENVIRONMENT; exports.DEFAULT_ORGANIZATION = _chunk2KEW5JJ7js.DEFAULT_ORGANIZATION; exports.DEFAULT_PLATFORM = _chunk2KEW5JJ7js.DEFAULT_PLATFORM; exports.DEFAULT_TARGET = _chunk2KEW5JJ7js.DEFAULT_TARGET; exports.addPackageDependencies = _chunkNJSGHMCUjs.addPackageDependencies; exports.addPackageJsonExport = _chunkNJSGHMCUjs.addPackageJsonExport; exports.addPackageJsonExports = _chunkNJSGHMCUjs.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkNJSGHMCUjs.addWorkspacePackageJsonFields; exports.analyze = _chunkNYV6SVCQjs.analyze; exports.copyAssets = _chunkYSTDNKC3js.copyAssets; exports.createTaskId = _chunkJP4YIUPAjs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkJP4YIUPAjs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunk35CAZTPPjs.getEntryPoints; exports.getEnv = _chunkIZKGYT3Djs.getEnv; exports.getExternalDependencies = _chunkVSAQXEXDjs.getExternalDependencies; exports.getExtraDependencies = _chunkVSAQXEXDjs.getExtraDependencies; exports.getFileBanner = _chunkPBTSVWXLjs.getFileBanner; exports.getInternalDependencies = _chunkVSAQXEXDjs.getInternalDependencies; exports.getOutExtension = _chunkTWCCJQYFjs.getOutExtension; exports.readNxConfig = _chunkSNIQBLRYjs.readNxConfig; exports.swc = _chunk2TV7ZJSKjs.swc; exports.tsResolvePlugin = _chunk6DW2UIEMjs.tsResolvePlugin; exports.typeDefinitions = _chunkY3HRAWPUjs.typeDefinitions;
package/dist/index.mjs CHANGED
@@ -5,10 +5,10 @@ import {
5
5
  } from "./chunk-67VZRCF5.mjs";
6
6
  import {
7
7
  copyAssets
8
- } from "./chunk-FCBGCDK3.mjs";
8
+ } from "./chunk-Y7AEMWOR.mjs";
9
9
  import {
10
10
  readNxConfig
11
- } from "./chunk-6ZO43IAV.mjs";
11
+ } from "./chunk-D6ENTCRA.mjs";
12
12
  import {
13
13
  addPackageDependencies,
14
14
  addPackageJsonExport,
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkFNPD6F2Gjs = require('../chunk-FNPD6F2G.js');
4
- require('../chunk-GNHY7YOD.js');
3
+ var _chunkYSTDNKC3js = require('../chunk-YSTDNKC3.js');
4
+ require('../chunk-SNIQBLRY.js');
5
5
  require('../chunk-XBT3NCKQ.js');
6
6
  require('../chunk-SHUYVCID.js');
7
7
 
8
8
 
9
- exports.copyAssets = _chunkFNPD6F2Gjs.copyAssets;
9
+ exports.copyAssets = _chunkYSTDNKC3js.copyAssets;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  copyAssets
3
- } from "../chunk-FCBGCDK3.mjs";
4
- import "../chunk-6ZO43IAV.mjs";
3
+ } from "../chunk-Y7AEMWOR.mjs";
4
+ import "../chunk-D6ENTCRA.mjs";
5
5
  import "../chunk-RRZETOZV.mjs";
6
6
  import "../chunk-O6YSETKJ.mjs";
7
7
  export {
@@ -5,10 +5,10 @@
5
5
  var _chunkJP4YIUPAjs = require('../chunk-JP4YIUPA.js');
6
6
 
7
7
 
8
- var _chunkFNPD6F2Gjs = require('../chunk-FNPD6F2G.js');
8
+ var _chunkYSTDNKC3js = require('../chunk-YSTDNKC3.js');
9
9
 
10
10
 
11
- var _chunkGNHY7YODjs = require('../chunk-GNHY7YOD.js');
11
+ var _chunkSNIQBLRYjs = require('../chunk-SNIQBLRY.js');
12
12
 
13
13
 
14
14
 
@@ -51,4 +51,4 @@ require('../chunk-SHUYVCID.js');
51
51
 
52
52
 
53
53
 
54
- exports.addPackageDependencies = _chunkNJSGHMCUjs.addPackageDependencies; exports.addPackageJsonExport = _chunkNJSGHMCUjs.addPackageJsonExport; exports.addPackageJsonExports = _chunkNJSGHMCUjs.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkNJSGHMCUjs.addWorkspacePackageJsonFields; exports.copyAssets = _chunkFNPD6F2Gjs.copyAssets; exports.createTaskId = _chunkJP4YIUPAjs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkJP4YIUPAjs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunk35CAZTPPjs.getEntryPoints; exports.getEnv = _chunkIZKGYT3Djs.getEnv; exports.getExternalDependencies = _chunkVSAQXEXDjs.getExternalDependencies; exports.getExtraDependencies = _chunkVSAQXEXDjs.getExtraDependencies; exports.getFileBanner = _chunkPBTSVWXLjs.getFileBanner; exports.getInternalDependencies = _chunkVSAQXEXDjs.getInternalDependencies; exports.getOutExtension = _chunkTWCCJQYFjs.getOutExtension; exports.readNxConfig = _chunkGNHY7YODjs.readNxConfig;
54
+ exports.addPackageDependencies = _chunkNJSGHMCUjs.addPackageDependencies; exports.addPackageJsonExport = _chunkNJSGHMCUjs.addPackageJsonExport; exports.addPackageJsonExports = _chunkNJSGHMCUjs.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkNJSGHMCUjs.addWorkspacePackageJsonFields; exports.copyAssets = _chunkYSTDNKC3js.copyAssets; exports.createTaskId = _chunkJP4YIUPAjs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkJP4YIUPAjs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunk35CAZTPPjs.getEntryPoints; exports.getEnv = _chunkIZKGYT3Djs.getEnv; exports.getExternalDependencies = _chunkVSAQXEXDjs.getExternalDependencies; exports.getExtraDependencies = _chunkVSAQXEXDjs.getExtraDependencies; exports.getFileBanner = _chunkPBTSVWXLjs.getFileBanner; exports.getInternalDependencies = _chunkVSAQXEXDjs.getInternalDependencies; exports.getOutExtension = _chunkTWCCJQYFjs.getOutExtension; exports.readNxConfig = _chunkSNIQBLRYjs.readNxConfig;
@@ -5,10 +5,10 @@ import {
5
5
  } from "../chunk-67VZRCF5.mjs";
6
6
  import {
7
7
  copyAssets
8
- } from "../chunk-FCBGCDK3.mjs";
8
+ } from "../chunk-Y7AEMWOR.mjs";
9
9
  import {
10
10
  readNxConfig
11
- } from "../chunk-6ZO43IAV.mjs";
11
+ } from "../chunk-D6ENTCRA.mjs";
12
12
  import {
13
13
  addPackageDependencies,
14
14
  addPackageJsonExport,
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkGNHY7YODjs = require('../chunk-GNHY7YOD.js');
3
+ var _chunkSNIQBLRYjs = require('../chunk-SNIQBLRY.js');
4
4
  require('../chunk-XBT3NCKQ.js');
5
5
  require('../chunk-SHUYVCID.js');
6
6
 
7
7
 
8
- exports.readNxConfig = _chunkGNHY7YODjs.readNxConfig;
8
+ exports.readNxConfig = _chunkSNIQBLRYjs.readNxConfig;
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  readNxConfig
3
- } from "../chunk-6ZO43IAV.mjs";
3
+ } from "../chunk-D6ENTCRA.mjs";
4
4
  import "../chunk-RRZETOZV.mjs";
5
5
  import "../chunk-O6YSETKJ.mjs";
6
6
  export {
package/package.json CHANGED
@@ -1 +1,171 @@
1
- {"name":"@storm-software/build-tools","version":"0.128.0","description":"A comprehensive set of tools for building and managing projects within a Storm workspace. Includes builders such as rollup, rolldown, tsup, and unbuild, along with various utilities.","repository":{"type":"github","url":"https://github.com/storm-software/storm-ops","directory":"packages/build-tools"},"homepage":"https://stormsoftware.com","bugs":{"url":"https://stormsoftware.com/support","email":"support@stormsoftware.com"},"author":{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},"contributors":[{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"}],"funding":{"type":"github","url":"https://github.com/sponsors/storm-software"},"license":"Apache-2.0","private":false,"main":"./dist/index.js","module":"./dist/index.mjs","exports":{"./package.json":"./package.json","./types":{"import":{"types":"./dist/types.d.mts","default":"./dist/types.mjs"},"require":{"types":"./dist/types.d.ts","default":"./dist/types.js"},"default":{"types":"./dist/types.d.ts","default":"./dist/types.js"}},"./index":{"import":{"types":"./dist/index.d.mts","default":"./dist/index.mjs"},"require":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"default":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},".":{"import":{"types":"./dist/index.d.mts","default":"./dist/index.mjs"},"require":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"default":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./config":{"import":{"types":"./dist/config.d.mts","default":"./dist/config.mjs"},"require":{"types":"./dist/config.d.ts","default":"./dist/config.js"},"default":{"types":"./dist/config.d.ts","default":"./dist/config.js"}},"./plugins":{"import":{"types":"./dist/plugins/index.d.mts","default":"./dist/plugins/index.mjs"},"require":{"types":"./dist/plugins/index.d.ts","default":"./dist/plugins/index.js"},"default":{"types":"./dist/plugins/index.d.ts","default":"./dist/plugins/index.js"}},"./plugins/*":{"import":{"types":"./dist/plugins/*.d.mts","default":"./dist/plugins/*.mjs"},"require":{"types":"./dist/plugins/*.d.ts","default":"./dist/plugins/*.js"},"default":{"types":"./dist/plugins/*.d.ts","default":"./dist/plugins/*.js"}},"./utilities":{"import":{"types":"./dist/utilities/index.d.mts","default":"./dist/utilities/index.mjs"},"require":{"types":"./dist/utilities/index.d.ts","default":"./dist/utilities/index.js"},"default":{"types":"./dist/utilities/index.d.ts","default":"./dist/utilities/index.js"}},"./utilities/*":{"import":{"types":"./dist/utilities/*.d.mts","default":"./dist/utilities/*.mjs"},"require":{"types":"./dist/utilities/*.d.ts","default":"./dist/utilities/*.js"},"default":{"types":"./dist/utilities/*.d.ts","default":"./dist/utilities/*.js"}}},"types":"./dist/index.d.ts","files":["dist/**/*"],"keywords":["monorepo","open-system","storm","storm-ops","storm-stack","stormstack","sullivanpj"],"peerDependencies":{"@nx/devkit":"^20.3.1","@nx/js":"^20.3.1","@swc/core":"1.7.26","nx":"^20.3.1"},"peerDependenciesMeta":{"@nx/devkit":{"optional":false},"@nx/js":{"optional":false},"@swc/core":{"optional":true},"nx":{"optional":false}},"dependencies":{"glob":"^10.4.2","resolve":"1.22.8","resolve-from":"5.0.0","rollup":"^4.29.1","typescript":"^5.7.2"},"devDependencies":{"@nx/devkit":"^20.3.1","@nx/js":"^20.3.1","@swc/core":"1.7.26","@types/node":"^22.10.2","nx":"^20.3.1","tsup":"8.3.5"},"publishConfig":{"access":"public"}}
1
+ {
2
+ "name": "@storm-software/build-tools",
3
+ "version": "0.129.0",
4
+ "description": "A comprehensive set of tools for building and managing projects within a Storm workspace. Includes builders such as rollup, rolldown, tsup, and unbuild, along with various utilities.",
5
+ "repository": {
6
+ "type": "github",
7
+ "url": "https://github.com/storm-software/storm-ops",
8
+ "directory": "packages/build-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
+ "./config": {
62
+ "import": {
63
+ "types": "./dist/config.d.mts",
64
+ "default": "./dist/config.mjs"
65
+ },
66
+ "require": {
67
+ "types": "./dist/config.d.ts",
68
+ "default": "./dist/config.js"
69
+ },
70
+ "default": {
71
+ "types": "./dist/config.d.ts",
72
+ "default": "./dist/config.js"
73
+ }
74
+ },
75
+ "./plugins": {
76
+ "import": {
77
+ "types": "./dist/plugins/index.d.mts",
78
+ "default": "./dist/plugins/index.mjs"
79
+ },
80
+ "require": {
81
+ "types": "./dist/plugins/index.d.ts",
82
+ "default": "./dist/plugins/index.js"
83
+ },
84
+ "default": {
85
+ "types": "./dist/plugins/index.d.ts",
86
+ "default": "./dist/plugins/index.js"
87
+ }
88
+ },
89
+ "./plugins/*": {
90
+ "import": {
91
+ "types": "./dist/plugins/*.d.mts",
92
+ "default": "./dist/plugins/*.mjs"
93
+ },
94
+ "require": {
95
+ "types": "./dist/plugins/*.d.ts",
96
+ "default": "./dist/plugins/*.js"
97
+ },
98
+ "default": {
99
+ "types": "./dist/plugins/*.d.ts",
100
+ "default": "./dist/plugins/*.js"
101
+ }
102
+ },
103
+ "./utilities": {
104
+ "import": {
105
+ "types": "./dist/utilities/index.d.mts",
106
+ "default": "./dist/utilities/index.mjs"
107
+ },
108
+ "require": {
109
+ "types": "./dist/utilities/index.d.ts",
110
+ "default": "./dist/utilities/index.js"
111
+ },
112
+ "default": {
113
+ "types": "./dist/utilities/index.d.ts",
114
+ "default": "./dist/utilities/index.js"
115
+ }
116
+ },
117
+ "./utilities/*": {
118
+ "import": {
119
+ "types": "./dist/utilities/*.d.mts",
120
+ "default": "./dist/utilities/*.mjs"
121
+ },
122
+ "require": {
123
+ "types": "./dist/utilities/*.d.ts",
124
+ "default": "./dist/utilities/*.js"
125
+ },
126
+ "default": {
127
+ "types": "./dist/utilities/*.d.ts",
128
+ "default": "./dist/utilities/*.js"
129
+ }
130
+ }
131
+ },
132
+ "types": "./dist/index.d.ts",
133
+ "files": ["dist/**/*"],
134
+ "keywords": [
135
+ "monorepo",
136
+ "open-system",
137
+ "storm",
138
+ "storm-ops",
139
+ "storm-stack",
140
+ "stormstack",
141
+ "sullivanpj"
142
+ ],
143
+ "peerDependencies": {
144
+ "@nx/devkit": "^20.3.1",
145
+ "@nx/js": "^20.3.1",
146
+ "@swc/core": "1.7.26",
147
+ "nx": "^20.3.1"
148
+ },
149
+ "peerDependenciesMeta": {
150
+ "@nx/devkit": { "optional": false },
151
+ "@nx/js": { "optional": false },
152
+ "@swc/core": { "optional": true },
153
+ "nx": { "optional": false }
154
+ },
155
+ "dependencies": {
156
+ "glob": "^11.0.1",
157
+ "resolve": "1.22.8",
158
+ "resolve-from": "5.0.0",
159
+ "rollup": "^4.29.1",
160
+ "typescript": "^5.7.2"
161
+ },
162
+ "devDependencies": {
163
+ "@nx/devkit": "^20.3.1",
164
+ "@nx/js": "^20.3.1",
165
+ "@swc/core": "1.7.26",
166
+ "@types/node": "^22.10.2",
167
+ "nx": "^20.3.1",
168
+ "tsup": "8.3.5"
169
+ },
170
+ "publishConfig": { "access": "public" }
171
+ }