@preferred-natural-language/cli
Advanced tools
+1
-1
| #!/usr/bin/env node | ||
| import '../dist/cli/src/mcp/server.js'; | ||
| import '../dist/mcp/server.js'; |
+1
-1
| #!/usr/bin/env node | ||
| import '../dist/cli/src/cli/index.js'; | ||
| import '../dist/cli/index.js'; |
+11
-4
| { | ||
| "name": "@preferred-natural-language/cli", | ||
| "version": "2.0.0", | ||
| "version": "2.0.2", | ||
| "type": "module", | ||
| "description": "CLI tool and MCP server for Preferred Natural Language detection", | ||
| "keywords": ["cli", "language", "detection", "natural-language", "mcp", "model-context-protocol"], | ||
| "keywords": [ | ||
| "cli", | ||
| "language", | ||
| "detection", | ||
| "natural-language", | ||
| "mcp", | ||
| "model-context-protocol" | ||
| ], | ||
| "author": "Preferred Natural Language", | ||
| "license": "MIT", | ||
| "bin": { | ||
| "pnl": "./bin/pnl.js", | ||
| "pnl-mcp": "./bin/pnl-mcp.js" | ||
| "pnl": "bin/pnl.js", | ||
| "pnl-mcp": "bin/pnl-mcp.js" | ||
| }, | ||
@@ -13,0 +20,0 @@ "scripts": { |
56907
0.01%