Skip to content

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

Package listing

@kody/linear

package.json

49 lines · 1.5 KB · JSON
{
	"name": "@kody/linear",
	"version": "1.0.0",
	"description": "Read and update Linear issues, projects, teams, comments, and workflow states through OAuth or an API key.",
	"type": "module",
	"license": "MIT",
	"private": false,
	"exports": {
		".": "./src/index.ts",
		"./accounts": "./src/accounts.ts",
		"./request": "./src/request.ts",
		"./smoke-test": "./src/smoke-test.ts",
		"./viewer": "./src/viewer.ts",
		"./list-teams": "./src/list-teams.ts",
		"./get-team": "./src/get-team.ts",
		"./list-projects": "./src/list-projects.ts",
		"./get-project": "./src/get-project.ts",
		"./create-project": "./src/create-project.ts",
		"./list-issues": "./src/list-issues.ts",
		"./get-issue": "./src/get-issue.ts",
		"./create-issue": "./src/create-issue.ts",
		"./update-issue": "./src/update-issue.ts",
		"./list-comments": "./src/list-comments.ts",
		"./create-comment": "./src/create-comment.ts",
		"./list-workflow-states": "./src/list-workflow-states.ts",
		"./types": "./src/types.ts"
	},
	"files": [
		"src",
		"README.md",
		"LICENSE",
		"community-icon.svg"
	],
	"kody": {
		"id": "linear",
		"name": "Linear",
		"description": "Read and update Linear issues, projects, teams, comments, and workflow states through OAuth or an API key.",
		"tags": [
			"linear",
			"issues",
			"projects",
			"teams",
			"comments",
			"graphql",
			"oauth"
		],
		"searchText": "linear issues projects teams comments workflow states graphql oauth api key personal access token dryRun create issue update comment kody community multi-account"
	}
}