0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 04:12:23 +01:00
posthog/plugins/package.json
PostHog bot e03da1cd6d
Update plugin server to 0.15.3 (#3810)
Co-authored-by: posthog-bot <posthog-bot@users.noreply.github.com>
2021-03-30 17:21:26 +02:00

13 lines
230 B
JSON

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