UNPKG

@indiekit/endpoint-posts

Version:

Post management endpoint for Indiekit. View posts published by your Micropub endpoint and publish new posts to it.

52 lines (51 loc) 1.28 kB
{ "name": "@indiekit/endpoint-posts", "version": "1.0.0-beta.24", "description": "Post management endpoint for Indiekit. View posts published by your Micropub endpoint and publish new posts to it.", "keywords": [ "indiekit", "indiekit-plugin", "indieweb" ], "homepage": "https://getindiekit.com", "author": { "name": "Paul Robert Lloyd", "url": "https://paulrobertlloyd.com" }, "license": "MIT", "engines": { "node": ">=20" }, "type": "module", "main": "index.js", "files": [ "assets", "includes", "lib", "locales", "views", "index.js" ], "bugs": { "url": "https://github.com/getindiekit/indiekit/issues" }, "repository": { "type": "git", "url": "https://github.com/getindiekit/indiekit.git", "directory": "packages/endpoint-posts" }, "dependencies": { "@indiekit/endpoint-micropub": "^1.0.0-beta.23", "@indiekit/error": "^1.0.0-beta.21", "@indiekit/frontend": "^1.0.0-beta.24", "@indiekit/util": "^1.0.0-beta.21", "@paulrobertlloyd/mf2tojf2": "^2.1.0", "express": "^5.0.0", "express-validator": "^7.0.0", "formatcoords": "^1.1.3" }, "publishConfig": { "access": "public" }, "gitHead": "8efa949788b9b7b827419937270b9f15b5d97fb8" }