package main import ( "github.com/emeralt/npm-cache-proxy/cli" ) func main() { cli.Run() }