Skip to content

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

Package listing

@kody/workos

package.json

52 lines · 1.6 KB · JSON
{
	"name": "@kody/workos",
	"version": "1.0.0",
	"description": "Manage WorkOS organizations, AuthKit users, SSO, and Directory Sync with dry-run writes.",
	"type": "module",
	"license": "MIT",
	"private": false,
	"exports": {
		".": "./src/index.ts",
		"./accounts": "./src/accounts.ts",
		"./request": "./src/request.ts",
		"./smoke-test": "./src/smoke-test.ts",
		"./list-organizations": "./src/list-organizations.ts",
		"./get-organization": "./src/get-organization.ts",
		"./create-organization": "./src/create-organization.ts",
		"./update-organization": "./src/update-organization.ts",
		"./delete-organization": "./src/delete-organization.ts",
		"./list-users": "./src/list-users.ts",
		"./get-user": "./src/get-user.ts",
		"./list-connections": "./src/list-connections.ts",
		"./list-directories": "./src/list-directories.ts",
		"./list-directory-users": "./src/list-directory-users.ts",
		"./list-events": "./src/list-events.ts",
		"./create-portal-link": "./src/create-portal-link.ts",
		"./types": "./src/types.ts"
	},
	"files": [
		"src",
		"README.md",
		"LICENSE",
		"community-icon.svg"
	],
	"kody": {
		"id": "workos",
		"name": "WorkOS",
		"description": "Manage WorkOS organizations, AuthKit users, SSO, and Directory Sync with dry-run writes.",
		"category": "integrations",
		"tags": [
			"workos",
			"authkit",
			"sso",
			"directory-sync",
			"scim",
			"organizations",
			"users",
			"admin-portal",
			"api-key",
			"dry-run"
		],
		"searchText": "workos authkit sso directory sync scim organizations users connections directories events admin portal generate_link workosApiKey api.workos.com sk_test sk_live dryRun confirm enterprise identity"
	}
}