6 lines
145 B
JavaScript
Raw Normal View History

2025-08-23 11:41:14 +02:00
if (require.main === module) {
require('./lib/cli.js')(process)
} else {
throw new Error('The programmatic API was removed in npm v8.0.0')
}