UNPKG

@shipengine/connect

Version:

The official developer tooling for building ShipEngine connect apps

9 lines (7 loc) 204 B
const { DemoCarrier } = require('./demo-carrier'); module.exports.Metadata = { // DO NOT CHANGE THIS ID AFTER PUBLISHING Id: "<%- _appId %>", Name: "<%- _appName %>", Carriers: [DemoCarrier], };