@sp-api-sdk/auth
Version:
Amazon Selling Partner API authentication package
12 lines (11 loc) • 328 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.packageJson = void 0;
const read_pkg_up_1 = require("read-pkg-up");
const result = (0, read_pkg_up_1.sync)();
exports.packageJson = result?.packageJson ?? {
_id: '',
readme: '',
name: '@sp-api-sdk/auth',
version: 'unknown',
};
;