Skip to content

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

Package listing

@kody/origin

package.json

33 lines · 1.1 KB · JSON
{
	"name": "@kody/origin",
	"version": "1.0.0",
	"license": "MIT",
	"description": "Inspect Cursor Origin repositories, pull requests, and installations with a saved Origin App.",
	"exports": {
		".": "./src/index.ts",
		"./accounts": "./src/accounts.ts",
		"./auth": "./src/auth.ts",
		"./installations": "./src/installations.ts",
		"./migrate-from-values": "./src/migrate-from-values.ts",
		"./pulls": "./src/pulls.ts",
		"./rate-limit": "./src/rate-limit.ts",
		"./repos": "./src/repos.ts",
		"./request": "./src/request.ts",
		"./settings": "./src/settings.ts",
		"./types": "./src/types.ts"
	},
	"kody": {
		"id": "origin",
		"description": "Inspect Cursor Origin repositories, pull requests, and installations with a saved Origin App.",
		"category": "integrations",
		"tags": [
			"origin",
			"cursor",
			"git",
			"pull-requests",
			"api",
			"installations"
		],
		"searchText": "Cursor Origin code hosting forge repositories pull requests checks installation access tokens Ed25519 app JWT oit originAppPrivateKey originAppId originInstallationId rate_limit dryRun confirm integrationName secretName api.cursor.com secret_jwt_sign"
	}
}