Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
vending-mp-tcn-dep / usr / local / lib / vending / mp / tcn / node_modules / nanoclone / rollup.config.js
Size: Mime:
import pkg from './package.json'

export default {
  input: pkg.module,
  output: {
    file: pkg.main,
    format: 'cjs'
  }
}