🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@deepracticex/nodespec-cli

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deepracticex/nodespec-cli - npm Package Compare versions

Comparing version
0.0.1
to
0.1.0
+2
-2
dist/index.d.ts
import { Command } from 'commander';
declare const projectCommand: Command;
declare const infraCommand: Command;
export { projectCommand };
export { infraCommand };
{
"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