UNPKG

package-detector

Version:

A fast and comprehensive Node.js CLI tool to analyze your project's package.json and detect various package-related issues

10 lines (9 loc) 299 B
"use strict"; // Placeholder for analyzer tests // This will be implemented in Phase 3 with proper test framework Object.defineProperty(exports, "__esModule", { value: true }); exports.placeholderTest = placeholderTest; // Simple placeholder function function placeholderTest() { return true; }