mirror of
https://github.com/PostHog/posthog.git
synced 2024-12-01 12:21:02 +01:00
146469770b
* Update plugin server to 0.9.24 * Add more hook metrics in Python Co-authored-by: posthog-bot <posthog-bot@users.noreply.github.com> Co-authored-by: Michael Matloka <dev@twixes.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.9.24"
|
|
},
|
|
"scripts": {
|
|
"start": "posthog-plugin-server"
|
|
}
|
|
}
|