0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-29 19:16:37 +01:00
posthog/plugins/package.json
PostHog bot 64de1f0d86
Update plugin server to 1.2.0 (#5621)
Co-authored-by: posthog-bot <posthog-bot@users.noreply.github.com>
2021-08-17 19:13:34 +02:00

13 lines
229 B
JSON

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