mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 18:07:17 +01:00
316e2a6f4d
Co-authored-by: posthog-bot <posthog-bot@users.noreply.github.com>
13 lines
230 B
JSON
13 lines
230 B
JSON
{
|
|
"name": "plugins",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@posthog/plugin-server": "0.11.9"
|
|
},
|
|
"scripts": {
|
|
"start": "posthog-plugin-server"
|
|
}
|
|
}
|