0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-30 19:41:46 +01:00
posthog/plugins/package.json
PostHog bot fcf0e735fb
Update plugin server to 0.11.6 (#3625)
* Update plugin server to 0.11.6

* Fix webhook on foss (#3621)

Co-authored-by: posthog-bot <posthog-bot@users.noreply.github.com>
Co-authored-by: Yakko Majuri <38760734+yakkomajuri@users.noreply.github.com>
2021-03-11 10:45:28 +01:00

13 lines
230 B
JSON

{
"name": "plugins",
"version": "0.0.0",
"license": "MIT",
"private": true,
"dependencies": {
"@posthog/plugin-server": "0.11.6"
},
"scripts": {
"start": "posthog-plugin-server"
}
}