Skip to content

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

Package listing

@kody/figma

package.json

50 lines · 1.4 KB · JSON
{
	"name": "@kody/figma",
	"version": "1.0.0",
	"description": "Read Figma files, nodes, comments, components, styles, and images through OAuth or a token.",
	"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",
		"./get-file": "./src/get-file.ts",
		"./get-file-nodes": "./src/get-file-nodes.ts",
		"./get-file-meta": "./src/get-file-meta.ts",
		"./list-comments": "./src/list-comments.ts",
		"./create-comment": "./src/create-comment.ts",
		"./delete-comment": "./src/delete-comment.ts",
		"./list-file-components": "./src/list-file-components.ts",
		"./list-file-styles": "./src/list-file-styles.ts",
		"./get-images": "./src/get-images.ts",
		"./get-image-fills": "./src/get-image-fills.ts",
		"./types": "./src/types.ts"
	},
	"files": [
		"src",
		"README.md",
		"LICENSE",
		"community-icon.svg"
	],
	"kody": {
		"id": "figma",
		"name": "Figma",
		"description": "Read Figma files, nodes, comments, components, styles, and images through OAuth or a token.",
		"tags": [
			"figma",
			"files",
			"nodes",
			"comments",
			"components",
			"styles",
			"images",
			"oauth",
			"pat",
			"multi-account"
		],
		"searchText": "figma files nodes comments components styles images oauth personal access token pat plan token dryRun multi-account api.figma.com design"
	}
}