0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 00:47:50 +01:00
posthog/plugins/package.json
2021-05-26 17:48:06 +02:00

13 lines
230 B
JSON

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