@indiekit/endpoint-share
Version:
Share endpoint for Indiekit. Provides a simple interface for bookmarking websites and publishing them on your website.
48 lines (47 loc) • 1.09 kB
JSON
{
"name": "@indiekit/endpoint-share",
"version": "1.0.0-beta.27",
"description": "Share endpoint for Indiekit. Provides a simple interface for bookmarking websites and publishing them on your website.",
"keywords": [
"indiekit",
"indiekit-plugin",
"indieweb",
"micropub"
],
"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-share"
},
"dependencies": {
"@indiekit/error": "^1.0.0-beta.27",
"express": "^5.0.0",
"express-validator": "^7.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "927eed97a8af81f154321704ff5690809243d8fa"
}