Configure the NPM registry
Add the following lines to your Replace
.npmrc file (create it in your project root if it doesn’t exist):.npmrc
YOUR_TOKEN with the token provided by your integration partner.Install the SDK
With the registry configured, install the Squire SDK:You’re now ready to initialize the SDK in your application. See SDK usage to get started.
The SDK ships with TypeScript type definitions. No separate
@types package is required.