first commit

This commit is contained in:
Matt Kane
2026-04-01 10:44:22 +01:00
commit 43fcb9a131
1789 changed files with 395041 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
{
"name": "@emdashcms/plugin-api-test",
"private": true,
"version": "0.0.1",
"description": "Test plugin that exercises all EmDash plugin APIs",
"type": "module",
"main": "src/index.ts",
"exports": {
".": "./src/index.ts",
"./admin": "./src/admin.tsx"
},
"files": [
"src"
],
"keywords": [
"emdash",
"cms",
"plugin",
"test",
"api"
],
"author": "Matt Kane",
"license": "MIT",
"peerDependencies": {
"emdash": "workspace:*",
"react": "^18.0.0 || ^19.0.0",
"@phosphor-icons/react": "^2.1.10"
},
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {}
}