Files
plainpages/plugin-api/package.json
T
lilleman fee4fe632b
CI / full-gate (push) Successful in 2m53s
Let a plugin carry its own package.json and npm dependencies
2026-08-17 22:23:53 +02:00

8 lines
127 B
JSON

{
"name": "@plainpages/plugin-api",
"version": "1.0.0",
"private": true,
"type": "module",
"exports": "./index.ts"
}