@shell-shock/core 0.13.4 → 0.13.5
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 +26 -26
package/package.json
CHANGED
|
@@ -1,18 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/core",
|
|
3
|
-
"version": "0.13.
|
|
4
|
-
"
|
|
3
|
+
"version": "0.13.5",
|
|
4
|
+
"private": false,
|
|
5
5
|
"description": "A package containing the core Shell Shock functionality used to build and manage a command-line application.",
|
|
6
|
+
"keywords": ["shell-shock", "powerlines", "storm-software"],
|
|
7
|
+
"homepage": "https://stormsoftware.com",
|
|
8
|
+
"bugs": {
|
|
9
|
+
"url": "https://stormsoftware.com/support",
|
|
10
|
+
"email": "support@stormsoftware.com"
|
|
11
|
+
},
|
|
6
12
|
"repository": {
|
|
7
13
|
"type": "github",
|
|
8
14
|
"url": "https://github.com/storm-software/shell-shock.git",
|
|
9
15
|
"directory": "packages/core"
|
|
10
16
|
},
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
"url": "https://
|
|
14
|
-
"email": "support@stormsoftware.com"
|
|
17
|
+
"funding": {
|
|
18
|
+
"type": "github",
|
|
19
|
+
"url": "https://github.com/sponsors/storm-software"
|
|
15
20
|
},
|
|
21
|
+
"license": "Apache-2.0",
|
|
16
22
|
"author": {
|
|
17
23
|
"name": "Storm Software",
|
|
18
24
|
"email": "contact@stormsoftware.com",
|
|
@@ -32,14 +38,7 @@
|
|
|
32
38
|
"url": "https://stormsoftware.com"
|
|
33
39
|
}
|
|
34
40
|
],
|
|
35
|
-
"
|
|
36
|
-
"type": "github",
|
|
37
|
-
"url": "https://github.com/sponsors/storm-software"
|
|
38
|
-
},
|
|
39
|
-
"license": "Apache-2.0",
|
|
40
|
-
"private": false,
|
|
41
|
-
"main": "./dist/index.cjs",
|
|
42
|
-
"module": "./dist/index.mjs",
|
|
41
|
+
"type": "module",
|
|
43
42
|
"exports": {
|
|
44
43
|
".": {
|
|
45
44
|
"require": {
|
|
@@ -342,22 +341,21 @@
|
|
|
342
341
|
}
|
|
343
342
|
}
|
|
344
343
|
},
|
|
344
|
+
"main": "./dist/index.cjs",
|
|
345
|
+
"module": "./dist/index.mjs",
|
|
345
346
|
"types": "./dist/index.d.cts",
|
|
346
347
|
"typings": "dist/index.d.mts",
|
|
347
348
|
"files": ["dist/**/*"],
|
|
348
|
-
"keywords": ["shell-shock", "powerlines", "storm-software"],
|
|
349
|
-
"peerDependencies": { "zod": "^3.25.0 || ^4.0.0" },
|
|
350
|
-
"peerDependenciesMeta": { "zod": { "optional": true } },
|
|
351
349
|
"dependencies": {
|
|
352
350
|
"@alloy-js/core": "0.23.0-dev.8",
|
|
353
351
|
"@alloy-js/markdown": "0.23.0-dev.1",
|
|
354
352
|
"@alloy-js/typescript": "0.23.0-dev.4",
|
|
355
|
-
"@powerlines/deepkit": "^0.6.
|
|
356
|
-
"@powerlines/plugin-alloy": "^0.25.
|
|
357
|
-
"@powerlines/plugin-automd": "^0.1.
|
|
358
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
359
|
-
"@powerlines/plugin-nodejs": "^0.1.
|
|
360
|
-
"@powerlines/plugin-tsdown": "^0.1.
|
|
353
|
+
"@powerlines/deepkit": "^0.6.148",
|
|
354
|
+
"@powerlines/plugin-alloy": "^0.25.55",
|
|
355
|
+
"@powerlines/plugin-automd": "^0.1.369",
|
|
356
|
+
"@powerlines/plugin-deepkit": "^0.11.248",
|
|
357
|
+
"@powerlines/plugin-nodejs": "^0.1.291",
|
|
358
|
+
"@powerlines/plugin-tsdown": "^0.1.317",
|
|
361
359
|
"@standard-schema/spec": "^1.1.0",
|
|
362
360
|
"@standard-schema/utils": "^0.3.0",
|
|
363
361
|
"@stryke/cli": "^0.13.35",
|
|
@@ -373,16 +371,18 @@
|
|
|
373
371
|
"automd": "^0.4.3",
|
|
374
372
|
"defu": "^6.1.4",
|
|
375
373
|
"json-schema": "^0.4.0",
|
|
376
|
-
"powerlines": "^0.42.9",
|
|
377
374
|
"tsdown": "^0.21.4"
|
|
378
375
|
},
|
|
379
376
|
"devDependencies": {
|
|
380
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
377
|
+
"@powerlines/plugin-plugin": "^0.12.320",
|
|
381
378
|
"@types/json-schema": "^7.0.15",
|
|
382
379
|
"@types/node": "^25.5.0",
|
|
380
|
+
"powerlines": "^0.42.10",
|
|
383
381
|
"typescript": "^5.9.3",
|
|
384
382
|
"zod": "^4.3.6"
|
|
385
383
|
},
|
|
384
|
+
"peerDependencies": { "powerlines": ">=0.42.10", "zod": "^3.25.0 || ^4.0.0" },
|
|
385
|
+
"peerDependenciesMeta": { "zod": { "optional": true } },
|
|
386
386
|
"publishConfig": { "access": "public" },
|
|
387
|
-
"gitHead": "
|
|
387
|
+
"gitHead": "5ef738d7a113743af3b11d0ac8f9971811ce6bea"
|
|
388
388
|
}
|