{"library":"libphonenumber-bundler","install":[{"cmd":"npm install libphonenumber-bundler","imports":["// After including the bundled script (e.g., in browser):\nconst phoneUtil = libphonenumber.PhoneNumberUtil.getInstance();","// After including the bundled script (e.g., in browser):\nconst PNF = libphonenumber.PhoneNumberFormat;","// In Node.js, assuming the bundled file is 'libphonenumber.js' in the current directory:\nconst { PhoneNumberUtil } = require('./libphonenumber');\nconst phoneUtil = PhoneNumberUtil.getInstance();"]},{"cmd":"yarn add libphonenumber-bundler","imports":[]},{"cmd":"pnpm add libphonenumber-bundler","imports":[]}]}