UNPKG

@indiekit/endpoint-media

Version:

Micropub media endpoint for Indiekit. Enables publishing media files (audio, photos, videos) to your website using the Micropub protocol.

50 lines (49 loc) 1.2 kB
{ "name": "@indiekit/endpoint-media", "version": "1.0.0-beta.23", "description": "Micropub media endpoint for Indiekit. Enables publishing media files (audio, photos, videos) to your website using the Micropub protocol.", "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", "lib", "index.js" ], "bugs": { "url": "https://github.com/getindiekit/indiekit/issues" }, "repository": { "type": "git", "url": "https://github.com/getindiekit/indiekit.git", "directory": "packages/endpoint-media" }, "dependencies": { "@indiekit/error": "^1.0.0-beta.21", "@indiekit/util": "^1.0.0-beta.21", "debug": "^4.3.2", "deepmerge": "^4.3.1", "express": "^5.0.0", "file-type": "^21.0.0", "newbase60": "^1.3.1", "sharp": "^0.34.0" }, "publishConfig": { "access": "public" }, "gitHead": "9048383e55665c21a720659dba1b50a58050c3e0" }