-
-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathpackage.json
More file actions
14 lines (14 loc) · 768 Bytes
/
Copy pathpackage.json
File metadata and controls
14 lines (14 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name": "@fecommunity/reactpress-plugins",
"version": "1.0.0",
"private": true,
"description": "ReactPress plugin registry — local and npm plugin sources for the publishing platform",
"license": "MIT",
"scripts": {
"build": "pnpm --filter @fecommunity/reactpress-plugin-hello-world run build && pnpm --filter @fecommunity/reactpress-plugin-seo run build && pnpm --filter @fecommunity/reactpress-plugin-image-optimizer run build",
"typecheck": "pnpm --filter @fecommunity/reactpress-plugin-hello-world run typecheck && pnpm --filter @fecommunity/reactpress-plugin-seo run typecheck && pnpm --filter @fecommunity/reactpress-plugin-image-optimizer run typecheck"
},
"reactpress": {
"local": ["hello-world", "seo", "image-optimizer"]
}
}