Skip to content

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

Package listing

@kody/stash

package.json

42 lines · 1.1 KB · JSON
{
	"name": "@kody/stash",
	"version": "1.0.0",
	"private": false,
	"license": "MIT",
	"type": "module",
	"description": "Keep searchable notes, reminders, and facts in this package's storage — no OAuth, API keys, or bot tokens.",
	"exports": {
		".": "./src/index.ts",
		"./add": "./src/add.ts",
		"./app": "./src/app.ts",
		"./archive": "./src/archive.ts",
		"./by-tag": "./src/by-tag.ts",
		"./get": "./src/get.ts",
		"./recent": "./src/recent.ts",
		"./retriever": "./src/retriever.ts",
		"./search": "./src/search.ts",
		"./update": "./src/update.ts"
	},
	"files": [
		"src",
		"README.md",
		"LICENSE",
		"community-icon.svg"
	],
	"kody": {
		"id": "stash",
		"description": "Keep searchable notes, reminders, and facts in this package's storage — no OAuth, API keys, or bot tokens.",
		"tags": [
			"notes",
			"stash",
			"search",
			"reminders",
			"facts",
			"zero-auth"
		],
		"searchText": "stash notes reminders facts contacts instructions tags hashtags search archive retriever packageStorage zero-auth zero oauth no secrets personal-capture better searchable due dates",
		"app": {
			"entry": "./src/app.ts"
		}
	}
}