first commit
This commit is contained in:
34
packages/plugins/atproto/package.json
Normal file
34
packages/plugins/atproto/package.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "@emdashcms/plugin-atproto",
|
||||
"version": "0.0.1",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user