0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 09:14:46 +01:00
posthog/plugins/package.json
PostHog bot 77a8836977
Update plugin server to 1.1.10 (#5366)
Co-authored-by: posthog-bot <posthog-bot@users.noreply.github.com>
2021-07-29 13:01:13 +03:00

13 lines
230 B
JSON

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