@storm-software/esbuild 0.53.174 → 0.53.176
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/package.json +30 -34
package/package.json
CHANGED
|
@@ -1,15 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/esbuild",
|
|
3
|
-
"version": "0.53.
|
|
4
|
-
"
|
|
3
|
+
"version": "0.53.176",
|
|
4
|
+
"private": false,
|
|
5
5
|
"description": "A package containing `esbuild` utilities for building Storm Software libraries and applications",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"esbuild",
|
|
8
|
+
"monorepo",
|
|
9
|
+
"storm",
|
|
10
|
+
"storm-ops",
|
|
11
|
+
"storm-stack",
|
|
12
|
+
"sullivanpj"
|
|
13
|
+
],
|
|
14
|
+
"homepage": "https://stormsoftware.com",
|
|
15
|
+
"bugs": "https://github.com/storm-software/storm-ops/issues",
|
|
6
16
|
"repository": {
|
|
7
17
|
"type": "github",
|
|
8
18
|
"url": "https://github.com/storm-software/storm-ops.git",
|
|
9
19
|
"directory": "packages/esbuild"
|
|
10
20
|
},
|
|
11
|
-
"
|
|
12
|
-
|
|
21
|
+
"funding": {
|
|
22
|
+
"type": "github",
|
|
23
|
+
"url": "https://github.com/sponsors/storm-software"
|
|
24
|
+
},
|
|
25
|
+
"license": "Apache-2.0",
|
|
13
26
|
"author": {
|
|
14
27
|
"name": "Storm Software",
|
|
15
28
|
"email": "contact@stormsoftware.com",
|
|
@@ -34,17 +47,8 @@
|
|
|
34
47
|
"url": "https://stormsoftware.com"
|
|
35
48
|
}
|
|
36
49
|
],
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
"url": "https://github.com/sponsors/storm-software"
|
|
40
|
-
},
|
|
41
|
-
"license": "Apache-2.0",
|
|
42
|
-
"private": false,
|
|
43
|
-
"packageManager": "pnpm@10.3.0",
|
|
44
|
-
"engines": { "node": ">=22.4.0", "pnpm": ">=10.3.0" },
|
|
45
|
-
"bin": { "storm-esbuild": "./bin/esbuild.cjs" },
|
|
46
|
-
"main": "./dist/index.cjs",
|
|
47
|
-
"module": "./dist/index.js",
|
|
50
|
+
"sideEffects": false,
|
|
51
|
+
"type": "module",
|
|
48
52
|
"exports": {
|
|
49
53
|
"./package.json": "./package.json",
|
|
50
54
|
"./assets/cjs_shims.js": "./assets/cjs_shims.js",
|
|
@@ -173,23 +177,18 @@
|
|
|
173
177
|
}
|
|
174
178
|
}
|
|
175
179
|
},
|
|
180
|
+
"main": "./dist/index.cjs",
|
|
181
|
+
"module": "./dist/index.js",
|
|
176
182
|
"types": "./dist/index.d.ts",
|
|
183
|
+
"bin": { "storm-esbuild": "./bin/esbuild.cjs" },
|
|
177
184
|
"files": ["assets/**/*", "bin/**/*", "dist/**/*"],
|
|
178
|
-
"keywords": [
|
|
179
|
-
"esbuild",
|
|
180
|
-
"monorepo",
|
|
181
|
-
"storm",
|
|
182
|
-
"storm-ops",
|
|
183
|
-
"storm-stack",
|
|
184
|
-
"sullivanpj"
|
|
185
|
-
],
|
|
186
185
|
"dependencies": {
|
|
187
186
|
"@nx/devkit": "22.7.1",
|
|
188
187
|
"@nx/js": "22.7.1",
|
|
189
|
-
"@storm-software/build-tools": "^0.158.
|
|
190
|
-
"@storm-software/config": "^1.137.
|
|
191
|
-
"@storm-software/config-tools": "^1.190.
|
|
192
|
-
"@storm-software/tsup": "^0.2.
|
|
188
|
+
"@storm-software/build-tools": "^0.158.175",
|
|
189
|
+
"@storm-software/config": "^1.137.47",
|
|
190
|
+
"@storm-software/config-tools": "^1.190.15",
|
|
191
|
+
"@storm-software/tsup": "^0.2.173",
|
|
193
192
|
"chokidar": "^4.0.3",
|
|
194
193
|
"commander": "^12.1.0",
|
|
195
194
|
"defu": "6.1.4",
|
|
@@ -197,12 +196,9 @@
|
|
|
197
196
|
"esbuild": "^0.25.12",
|
|
198
197
|
"globby": "^14.1.0"
|
|
199
198
|
},
|
|
200
|
-
"devDependencies": {
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
"typescript": "^5.9.3"
|
|
204
|
-
},
|
|
199
|
+
"devDependencies": { "@types/node": "^25.8.0", "typescript": "^5.9.3" },
|
|
200
|
+
"packageManager": "pnpm@10.3.0",
|
|
201
|
+
"engines": { "node": ">=22.4.0", "pnpm": ">=10.3.0" },
|
|
205
202
|
"publishConfig": { "access": "public" },
|
|
206
|
-
"
|
|
207
|
-
"gitHead": "28ba0e3264c160d982d27b4cb8d1f386d0b833c4"
|
|
203
|
+
"gitHead": "756f2efc9602033fcc0355d7943682581488379b"
|
|
208
204
|
}
|