0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 18:07:17 +01:00
posthog/plugins/package.json
Michael Matloka 7842a83df1
Update plugin server to 0.9.6 (#3396)
Co-authored-by: mariusandra <mariusandra@users.noreply.github.com>
2021-02-18 22:47:02 +01:00

13 lines
229 B
JSON

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