Skip to content
← Public packages

@kentcdodds/workflowy

Thin secret-backed helpers for the WorkFlowy REST API: targets, nodes, mirrors, and outline export.

package.json

27 lines · 790 B · JSON
{
	"name": "@kentcdodds/workflowy",
	"version": "1.0.0",
	"license": "MIT",
	"type": "module",
	"private": true,
	"description": "Thin secret-backed helpers for the WorkFlowy REST API: targets, nodes, mirrors, and outline export.",
	"exports": {
		".": "./src/index.ts"
	},
	"kody": {
		"id": "workflowy",
		"description": "Thin secret-backed helpers for the WorkFlowy REST API: targets, nodes, mirrors, and outline export.",
		"category": "integrations",
		"tags": [
			"workflowy",
			"outline",
			"nodes",
			"targets",
			"mirrors",
			"export",
			"bearer",
			"rest"
		],
		"searchText": "WorkFlowy Workflowy REST API outline bullets nodes targets inbox calendar today shortcuts mirror complete uncomplete move export nodes-export WORKFLOWY_API_KEY bearer parent_id layoutMode"
	}
}