@deepracticex/nodespec-cli
Advanced tools
+2
-2
| import { Command } from 'commander'; | ||
| declare const projectCommand: Command; | ||
| declare const infraCommand: Command; | ||
| export { projectCommand }; | ||
| export { infraCommand }; |
+5
-5
| { | ||
| "name": "@deepracticex/nodespec-cli", | ||
| "version": "0.0.1", | ||
| "version": "0.1.0", | ||
| "description": "NodeSpec CLI - AI-friendly Node.js project scaffolding tool", | ||
@@ -24,3 +24,3 @@ "type": "module", | ||
| "execa": "^9.5.2", | ||
| "@deepracticex/nodespec-core": "0.0.1" | ||
| "@deepracticex/nodespec-core": "0.1.0" | ||
| }, | ||
@@ -58,6 +58,6 @@ "devDependencies": { | ||
| "typecheck": "tsc --noEmit", | ||
| "test": "cucumber-tsx", | ||
| "test:dev": "cucumber-tsx --profile dev", | ||
| "test:ci": "cucumber-tsx --profile ci" | ||
| "test": "pnpm build && vitest run && cucumber-tsx", | ||
| "test:unit": "vitest run", | ||
| "test:e2e": "pnpm build && cucumber-tsx" | ||
| } | ||
| } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
555363
803.04%5879
704.24%5
66.67%1
Infinity%