UNPKG

@shipengine/connect

Version:

The official developer tooling for building ShipEngine connect apps

6 lines (5 loc) 189 B
import { AppManifest } from './app-manifest'; /** * Reads a ShipEngine Connect app manifest (package.json file) */ export declare const readAppManifest: (appPath: string) => AppManifest;