Files
moreminimore-redesign/packages/plugins/atproto/package.json
github-actions[bot] 144d7e488a ci: release
2026-04-01 13:28:55 +00:00

42 lines
778 B
JSON

{
"name": "@emdash-cms/plugin-atproto",
"version": "0.0.3",
"description": "AT Protocol / standard.site syndication plugin for EmDash CMS",
"type": "module",
"main": "src/index.ts",
"exports": {
".": "./src/index.ts",
"./sandbox": "./src/sandbox-entry.ts"
},
"files": [
"src"
],
"keywords": [
"emdash",
"cms",
"plugin",
"atproto",
"bluesky",
"standard-site",
"syndication",
"fediverse"
],
"author": "Matt Kane",
"license": "MIT",
"peerDependencies": {
"emdash": "workspace:*"
},
"devDependencies": {
"vitest": "catalog:"
},
"scripts": {
"test": "vitest run",
"typecheck": "tsgo --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emdash-cms/emdash.git",
"directory": "packages/plugins/atproto"
}
}