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 75b86cae6a
Update plugin server to 1.1.4 (#5090)
Co-authored-by: posthog-bot <posthog-bot@users.noreply.github.com>
2021-07-12 23:06:28 +02:00

13 lines
229 B
JSON

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