Skip to content

Built for people who want to own their automations. Join the waitlist for an invite.

Package listing

@kody/plaid

package.json

46 lines · 1.4 KB · JSON
{
	"name": "@kody/plaid",
	"version": "1.0.0",
	"license": "MIT",
	"private": false,
	"description": "Plaid helpers for identity, items, accounts, balances, and transactions with secret-backed client credentials.",
	"type": "module",
	"exports": {
		".": "./src/index.ts",
		"./item": "./src/item.ts",
		"./accounts": "./src/accounts.ts",
		"./identity": "./src/identity.ts",
		"./transactions": "./src/transactions.ts",
		"./institutions": "./src/institutions.ts",
		"./link": "./src/link.ts",
		"./sandbox": "./src/sandbox.ts",
		"./smoke-test": "./src/smoke-test.ts"
	},
	"files": [
		"src",
		"README.md",
		"LICENSE",
		"community-icon.svg"
	],
	"scripts": {
		"test": "node --experimental-strip-types --test src/*.test.ts"
	},
	"kody": {
		"id": "plaid",
		"name": "Plaid",
		"description": "Read Plaid identity, items, accounts, balances, and transactions with sandbox-friendly secret-backed helpers.",
		"category": "integrations",
		"logo": "./community-icon.svg",
		"tags": [
			"plaid",
			"banking",
			"accounts",
			"balances",
			"transactions",
			"identity",
			"sandbox",
			"finance"
		],
		"searchText": "plaid identity item accounts balance transactions link token sandbox public token exchange institutions plaidClientId plaidSecret plaidAccessToken sandbox.plaid.com production.plaid.com dryRun confirm mutations secret-backed not bank password not oauth"
	}
}